Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggggg committed Aug 14, 2024
1 parent dfae3b8 commit 77e3bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class UserController(
authentication: SccAppAuthentication,
): GetUserInfoResponseDto {
val user = getUserUseCase.handle(authentication.principal)
val featureFlags = if (user.userId in
val featureFlags = if (user in
listOf(
"1c8a528c-0b5f-4885-a9b3-b81309c364df",
"baf04e8e-0597-4926-b3b3-c3ecf9e3544e",
Expand Down

0 comments on commit 77e3bb8

Please sign in to comment.