Skip to content

Commit

Permalink
fixup! Implement domain verification endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Jan 22, 2025
1 parent 86357f4 commit 8346682
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ runDependencies =
. fakeRpc
. runRandomPure
. noopEmailSendingInterpreter
. runInputConst undefined
. runInputConst
( EnterpriseLoginSubsystemConfig
Nothing
(error "undefined wire-server-enterprise endpoint")
)
. discardTinyLogs
. miniSparAPIAccess
. miniGalleyAPIAccess Nothing def
Expand Down

0 comments on commit 8346682

Please sign in to comment.