From 23f2df938e2583770d1909a4affaa36139907a14 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Fri, 1 Nov 2024 14:31:33 +0000 Subject: [PATCH] Removing un-necessary statement. --- packages/server/src/api/controllers/table/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/api/controllers/table/utils.ts b/packages/server/src/api/controllers/table/utils.ts index 4ea11c7043..04e77fbe62 100644 --- a/packages/server/src/api/controllers/table/utils.ts +++ b/packages/server/src/api/controllers/table/utils.ts @@ -123,7 +123,7 @@ export async function importToRows( data: Row[], table: Table, userId?: string, - opts?: { keepCouchId?: boolean; allowRelationships?: boolean } + opts?: { keepCouchId: boolean } ) { const originalTable = table const finalData: Row[] = []