Skip to content

Commit

Permalink
lintf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee0z committed Mar 18, 2024
1 parent 31947c8 commit 0e7d1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/City/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function fetchRegulations() {
rules.pl= response.data.rulesPL
rules.en = response.data.rulesEN
})
.catch(error => {
.catch(() => {
toast.error(__('There was an error fetching rules.'))
})
}
Expand Down

0 comments on commit 0e7d1e7

Please sign in to comment.