Skip to content

Commit

Permalink
fix upgrade option
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Dec 15, 2023
1 parent b33a5f2 commit 5ecb52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you're looking for the Avo 2 to Avo 3 upgrade guide, please visit [the dedica

## Upgrade from 3.1.3 to 3.1.4

::: `Avo::Filters::BaseFilter.decode_filters`
:::option `Avo::Filters::BaseFilter.decode_filters`
We removed the rescue that would return `{}` on parsing error. This rescue block was occasionally concealing pertinent errors. Ensure that when invoking `Avo::Filters::BaseFilter.decode_filters` the argument is not `nil` and has been encoded using the `Avo::Filters::BaseFilter.encode_filters` method.
:::

Expand Down

0 comments on commit 5ecb52e

Please sign in to comment.