Skip to content

Commit c473f46

Browse files
committed
fix: disable for no-undef
1 parent 730d529 commit c473f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/app/composables/useInvitation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function useInvitation() {
1717
})
1818

1919
async function publish(type: 'invite' | 'delete', target: string) {
20+
// eslint-disable-next-line no-undef
2021
await $fetch(`/api/${type}-user`, {
2122
method: 'post',
2223
headers: {

0 commit comments

Comments
 (0)