chore: Refactoring event processors and service architecture (#2495)
This commit is contained in:
@ -7,6 +7,7 @@ import { getAllowedDomains } from "../utils/authentication";
|
||||
import { generateAvatarUrl } from "../utils/avatars";
|
||||
|
||||
const log = debug("server");
|
||||
|
||||
type TeamCreatorResult = {|
|
||||
team: Team,
|
||||
authenticationProvider: AuthenticationProvider,
|
||||
|
Reference in New Issue
Block a user