Fix build

This commit is contained in:
Adria Navarro 2024-07-26 13:42:33 +02:00
parent a05ec1498f
commit d7e2f0fc0e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export async function save(
tableId?: string tableId?: string
rowsToImport?: Row[] rowsToImport?: Row[]
renaming?: RenameColumn renaming?: RenameColumn
isImport: boolean isImport?: boolean
} }
) { ) {
const db = context.getAppDB() const db = context.getAppDB()