fix: add org member (#3599)

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi
2022-05-12 09:34:46 +02:00
committed by GitHub
parent 9291269075
commit a9f82529ab
3 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ func StartCommands(es *eventstore.Eventstore,
oidcEncryption crypto.EncryptionAlgorithm,
) (repo *Commands, err error) {
if externalDomain == "" {
return nil, errors.ThrowInvalidArgument(nil, "COMMAND-Df21s", "not external domain specified")
return nil, errors.ThrowInvalidArgument(nil, "COMMAND-Df21s", "no external domain specified")
}
repo = &Commands{
eventstore: es,