Skip to content

Commit afa5698

Browse files
cleanup deprecation
1 parent ab00b83 commit afa5698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public data class PowerSyncCredentials(
2020
* User ID.
2121
*/
2222
@Deprecated(
23-
message = "This property is no longer used.",
24-
replaceWith = ReplaceWith(""),
23+
message = "This property is no longer used and should be removed.",
2524
level = DeprecationLevel.WARNING,
2625
)
2726
@SerialName("user_id")

0 commit comments

Comments
 (0)