Browse Source

chore(lint): fix lint issues

pull/6542/head
WK Wong 12 months ago
parent
commit
4cb2b104dc
  1. 4
      packages/nc-gui/components/webhook/Editor.vue
  2. 1
      packages/nocodb/src/services/hooks.service.ts

4
packages/nc-gui/components/webhook/Editor.vue

@ -15,7 +15,7 @@ import {
reactive,
ref,
useApi,
useGlobal,
// useGlobal,
useI18n,
useNuxtApp,
watch,
@ -35,7 +35,7 @@ const { $e } = useNuxtApp()
const { api, isLoading: loading } = useApi()
const { appInfo } = useGlobal()
// const { appInfo } = useGlobal()
const { hooks } = storeToRefs(useWebhooksStore())

1
packages/nocodb/src/services/hooks.service.ts

@ -9,7 +9,6 @@ import {
populateSamplePayloadV2,
} from '~/helpers/populateSamplePayload';
import { invokeWebhook } from '~/helpers/webhookHelpers';
import Noco from '~/Noco';
import { Hook, HookLog, Model } from '~/models';
@Injectable()

Loading…
Cancel
Save