several small errors fix
This commit is contained in:
features
common
common
src
commonMain
kotlin
dev
inmo
postssystem
features
common
common
roles
common
src
commonMain
kotlin
dev
inmo
postssystem
features
roles
common
services/posts
client
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
client
common
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
@ -16,7 +16,6 @@ interface Role {
|
||||
@Serializable
|
||||
data class UnknownRole(val originalJson: JsonElement) : Role
|
||||
|
||||
@Serializer(Role::class)
|
||||
object RoleSerializer : KSerializer<Role> {
|
||||
private val userRoleFormat = Json { ignoreUnknownKeys = true }
|
||||
private const val keyField = "key"
|
||||
|
Reference in New Issue
Block a user