Last active
November 21, 2019 21:08
-
-
Save codygman/fbed8aa283fba74d3689e776383d0afc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interaction.getUserTeams :: MonadMongo p => Gluon.UserExternalId -> p [Gluon.SavedTeam] | |
WebInteraction.getUserTeams :: MonadMongo p => Gluon.EnterpriseGrantExternalId -> Gluon.UserExternalId -> p [Gluon.SavedTeam] | |
WebInteraction.getUserTeams = if hasAccess eGrantId then Interaction.getUserTeams | |
-- vs | |
Interaction.getUserTeams :: MonadMongo p => Gluon.UserExternalId -> p [Gluon.SavedTeam] | |
Interaction.webGetUserTeams :: MonadMongo p => Gluon.EnterpriseGrantExternalId -> Gluon.UserExternalId -> p [Gluon.SavedTeam] | |
WebInteraction.getUserTeams = if hasAccess eGrantId then Interaction.getUserTeams | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment