Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
yaaax authored Aug 9, 2024
1 parent 736a281 commit d5003ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/ui/Tiptap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getContent() {
let jsonContent;
try {
jsonContent = JSON.parse(props.content);
} finally (e) {
} finally {
return jsonContent;

Check failure on line 39 in confiture-web-app/src/components/ui/Tiptap.vue

View workflow job for this annotation

GitHub Actions / Run linters

Unsafe usage of ReturnStatement
}
}
Expand Down

0 comments on commit d5003ef

Please sign in to comment.