chore: update role helper class

This commit is contained in:
Christy Jacob
2022-09-22 09:22:16 +05:30
parent c8c24fa74c
commit 30c6dd1617
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
**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).**
**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).**
> 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)
Vendored Executable → Regular
View File
-2
View File
@@ -25,7 +25,5 @@ class Role {
}
fun member(id: String): String = "member:$id"
fun status(status: String): String = "status:$status"
}
}