Skip to content

Commit 5054658

Browse files
committed
Remove unecessary as any
1 parent af51d87 commit 5054658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/tests/PowerSyncDatabase.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test('can customize loading workers', async () => {
3030
database: {
3131
dbFilename: 'test.db',
3232
dbLocation: directory,
33-
openWorker: openFunction as any,
33+
openWorker: openFunction,
3434
readWorkerCount: 2
3535
}
3636
});

0 commit comments

Comments
 (0)