Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
battermann committed Apr 18, 2024
1 parent 36d05df commit 3bd3b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/galley/src/Galley/API/Teams/Features/Get.hs
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ instance GetFeatureConfig ExposeInvitationURLsToTeamAdminConfig where
computeConfigForTeam teamAllowed teamDbStatus =
if teamAllowed
then makeConfig LockStatusUnlocked teamDbStatus
-- FUTUREWORK: use default feature status instead
else makeConfig LockStatusLocked FeatureStatusDisabled
else -- FUTUREWORK: use default feature status instead
makeConfig LockStatusLocked FeatureStatusDisabled

makeConfig :: LockStatus -> FeatureStatus -> WithStatus ExposeInvitationURLsToTeamAdminConfig
makeConfig lockStatus status =
Expand Down

0 comments on commit 3bd3b22

Please sign in to comment.