Skip to content

Commit

Permalink
suppress unchecked cast warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asp345 committed Dec 21, 2024
1 parent e14d853 commit 4013766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/kotlin/evaluation/service/EvService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class EvService(
.awaitSingle()
}

@Suppress("UNCHECKED_CAST")
private suspend fun updateUserInfo(data: MutableMap<String, Any?>): MutableMap<String, Any?> {
val updatedMap: MutableMap<String, Any?> = mutableMapOf()
for ((k, v) in data.entries) {
Expand Down

0 comments on commit 4013766

Please sign in to comment.