Skip to content

Commit

Permalink
Apply fixes from Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored and actions-user committed Jan 31, 2025
1 parent ed6a19b commit cb868cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/components/GraphqlMutation.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { computed } from 'vue';
import { computed } from 'vue'
import { GraphQLError, combiningGraphQL, magentoGraphQL } from '../fetch'
export default {
Expand Down Expand Up @@ -203,7 +203,7 @@ export default {
computed: {
running() {
return this.mutating
}
}
},
},
}
</script>

0 comments on commit cb868cb

Please sign in to comment.