Skip to content

Commit c066c70

Browse files
fix typo
1 parent 0c85037 commit c066c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync-sdk-common/src/client/AbstractPowerSyncDatabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface WatchOnChangeEvent {
3737

3838
export interface PowerSyncDBListener extends StreamingSyncImplementationListener {}
3939

40-
const POWERSYNC_TABLE_MATCH = /(^ps_data__|^ps_local__)/;
40+
const POWERSYNC_TABLE_MATCH = /(^ps_data__|^ps_data_local__)/;
4141

4242
export const DEFAULT_WATCH_THROTTLE_MS = 30;
4343

0 commit comments

Comments
 (0)