Skip to content

Commit

Permalink
Update attributes-normalizer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Dec 9, 2024
1 parent d419886 commit 1042122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/attributes-normalizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function coerce(string) {
// Complex object
try {
val = JSON.parse(string);
} catch (e) { // eslint-disable-line no-unused-vars
} catch (err) { // eslint-disable-line no-unused-vars
// Continue execution in case str is not parsable
}
if (val) {
Expand Down

0 comments on commit 1042122

Please sign in to comment.