Skip to content

Commit

Permalink
Update UserRole.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming authored Sep 8, 2024
1 parent 409ce61 commit a1ee491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/pwhs/quickmem/core/data/UserRole.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ package com.pwhs.quickmem.core.data
enum class UserRole(val role: String) {
STUDENT("student"),
TEACHER("teacher"),
USER("user"),
}

0 comments on commit a1ee491

Please sign in to comment.