Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 16, 2024
1 parent a812d84 commit ee9367f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions playground/eslint.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion playground/src/pages/ecom/item/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { mutate: bookProduct } = useMutation({
itemAvailability.value = product.availability - 1
return context
},
onError({ context }) {
onError() {
itemAvailability.value = item.value?.availability
},
onSuccess(data) {
Expand Down

0 comments on commit ee9367f

Please sign in to comment.