Skip to content

Commit b0c82ba

Browse files
committed
Fix debug function name.
1 parent 2fa276d commit b0c82ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/kv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn powersync_client_id_impl(
3636
create_sqlite_text_fn!(
3737
powersync_client_id,
3838
powersync_client_id_impl,
39-
"powersync_last_synced_at"
39+
"powersync_client_id"
4040
);
4141

4242
fn powersync_last_synced_at_impl(

0 commit comments

Comments
 (0)