Removing un-necessary statement.

This commit is contained in:
mike12345567 2024-11-01 14:31:33 +00:00
parent c72ca658b9
commit 23f2df938e
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = []