Skip to content

Commit 30c6dd1

Browse files
committed
chore: update role helper class
1 parent c8c24fa commit 30c6dd1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
88

9-
**This SDK is compatible with Appwrite server version 1.0.0. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-kotlin/releases).**
9+
**This SDK is compatible with Appwrite server version 1.0.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-kotlin/releases).**
1010

1111
> This is the Kotlin SDK for integrating with Appwrite from your Kotlin server-side code. If you're looking for the Android SDK you should check [appwrite/sdk-for-android](https://github.com/appwrite/sdk-for-android)
1212

gradlew

100755100644
File mode changed.

src/main/kotlin/io/appwrite/Role.kt

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ class Role {
2525
}
2626

2727
fun member(id: String): String = "member:$id"
28-
29-
fun status(status: String): String = "status:$status"
3028
}
3129
}

0 commit comments

Comments
 (0)