diff --git a/src/testUtils/mockDb.ts b/src/testUtils/mockDb.ts index 96806ad..1737a7e 100644 --- a/src/testUtils/mockDb.ts +++ b/src/testUtils/mockDb.ts @@ -80,7 +80,7 @@ export const createMockDb = (data?: { importExportLogs: new MockTable(data?.importExportLogs ?? []), transaction: async ( _mode: string, - ...args: Array | (() => unknown)> + ...args: Array | (() => unknown)> ) => { const cb = args.at(-1); if (typeof cb === 'function') return cb();