Skip to content

Commit d6928dd

Browse files
davidmartos96simolus3
authored andcommitted
remove todo
1 parent 8360248 commit d6928dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/database/powersync_db_mixin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
484484
/// Get an unique id for this client.
485485
/// This id is only reset when the database is deleted.
486486
Future<String> getClientId() async {
487-
_checkSchemaIsReady(); // TODO(skilldevs): Needed?
487+
_checkSchemaIsReady();
488488
final row = await get('SELECT powersync_client_id() as client_id');
489489
return row['client_id'] as String;
490490
}

0 commit comments

Comments
 (0)