Skip to content

Commit ab00b83

Browse files
cleanup
1 parent 823c832 commit ab00b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/commonMain/kotlin/com/powersync/connectors/PowerSyncCredentials.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public data class PowerSyncCredentials(
2222
@Deprecated(
2323
message = "This property is no longer used.",
2424
replaceWith = ReplaceWith(""),
25-
level = DeprecationLevel.WARNING
25+
level = DeprecationLevel.WARNING,
2626
)
2727
@SerialName("user_id")
2828
val userId: String?,

0 commit comments

Comments
 (0)