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 ab00b83 commit afa5698Copy full SHA for afa5698
core/src/commonMain/kotlin/com/powersync/connectors/PowerSyncCredentials.kt
@@ -20,8 +20,7 @@ public data class PowerSyncCredentials(
20
* User ID.
21
*/
22
@Deprecated(
23
- message = "This property is no longer used.",
24
- replaceWith = ReplaceWith(""),
+ message = "This property is no longer used and should be removed.",
25
level = DeprecationLevel.WARNING,
26
)
27
@SerialName("user_id")
0 commit comments