Browse Source

refactor(nocodb): remove outdated todo tag

pull/5269/head
Wing-Kam Wong 2 years ago
parent
commit
9f8d89b3d4
  1. 1
      packages/nocodb/src/lib/services/hook.svc.ts

1
packages/nocodb/src/lib/services/hook.svc.ts

@ -6,7 +6,6 @@ import populateSamplePayload from '../meta/helpers/populateSamplePayload';
import type { HookReqType, HookTestReqType } from 'nocodb-sdk';
export async function hookList(param: { tableId: string }) {
// todo: pagination
return await Hook.list({ fk_model_id: param.tableId });
}

Loading…
Cancel
Save