diff --git a/server/app/src/main/kotlin/mu/muse/rest/profile/GetProfileEndpoint.kt b/server/app/src/main/kotlin/mu/muse/rest/profile/GetProfileEndpoint.kt index 8f62ad78..53c2f11f 100644 --- a/server/app/src/main/kotlin/mu/muse/rest/profile/GetProfileEndpoint.kt +++ b/server/app/src/main/kotlin/mu/muse/rest/profile/GetProfileEndpoint.kt @@ -20,7 +20,7 @@ class GetProfileEndpoint(private val showProfile: GetProfile) : ProfileApi { username = user.username.toStringValue(), role = user.role.toStringValue(), fullName = user.fullName.toStringValue(), - ) + ), ) } }