From 07b90c3c6ef410a866f2dde9aaf683a0fc844857 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 27 May 2023 11:25:29 +0530 Subject: [PATCH] chore: cleanup Signed-off-by: Pranav C --- packages/nocodb/src/controllers/data-table.controller.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/nocodb/src/controllers/data-table.controller.ts b/packages/nocodb/src/controllers/data-table.controller.ts index 83f414179f..57f13b55a4 100644 --- a/packages/nocodb/src/controllers/data-table.controller.ts +++ b/packages/nocodb/src/controllers/data-table.controller.ts @@ -19,7 +19,6 @@ import { ExtractProjectIdMiddleware, } from '../middlewares/extract-project-id/extract-project-id.middleware'; import { DataTableService } from '../services/data-table.service'; -import { DatasService } from '../services/datas.service'; @Controller() @UseGuards(ExtractProjectIdMiddleware, GlobalGuard) @@ -135,7 +134,7 @@ export class DataTableController { projectId, rowId: rowId, query: req.query, - viewId + viewId, }); } }