We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c832 commit ab00b83Copy full SHA for ab00b83
core/src/commonMain/kotlin/com/powersync/connectors/PowerSyncCredentials.kt
@@ -22,7 +22,7 @@ public data class PowerSyncCredentials(
22
@Deprecated(
23
message = "This property is no longer used.",
24
replaceWith = ReplaceWith(""),
25
- level = DeprecationLevel.WARNING
+ level = DeprecationLevel.WARNING,
26
)
27
@SerialName("user_id")
28
val userId: String?,
0 commit comments