Browse Source

fix: typo correction in return statement

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5444/head
Pranav C 2 years ago
parent
commit
4f19cba17d
  1. 3
      packages/nocodb-nest/src/modules/hooks/hooks.controller.ts

3
packages/nocodb-nest/src/modules/hooks/hooks.controller.ts

@ -89,8 +89,7 @@ export class HooksController {
@Param('operation') operation: HookType['operation'], @Param('operation') operation: HookType['operation'],
@Param('version') version: any, //HookType['version'], @Param('version') version: any, //HookType['version'],
) { ) {
return; return await this.hooksService.tableSampleData({
await this.hooksService.tableSampleData({
tableId, tableId,
operation, operation,
version, version,

Loading…
Cancel
Save