Removing un-necessary statement.
This commit is contained in:
parent
c72ca658b9
commit
23f2df938e
|
@ -123,7 +123,7 @@ export async function importToRows(
|
||||||
data: Row[],
|
data: Row[],
|
||||||
table: Table,
|
table: Table,
|
||||||
userId?: string,
|
userId?: string,
|
||||||
opts?: { keepCouchId?: boolean; allowRelationships?: boolean }
|
opts?: { keepCouchId: boolean }
|
||||||
) {
|
) {
|
||||||
const originalTable = table
|
const originalTable = table
|
||||||
const finalData: Row[] = []
|
const finalData: Row[] = []
|
||||||
|
|
Loading…
Reference in New Issue