Removing un-necessary statement.
This commit is contained in:
parent
c72ca658b9
commit
23f2df938e
|
@ -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[] = []
|
||||
|
|
Loading…
Reference in New Issue