diff --git a/functions/src/Integrations/index.ts b/functions/src/Integrations/index.ts index 00bec4de0..a8d2bce4c 100644 --- a/functions/src/Integrations/index.ts +++ b/functions/src/Integrations/index.ts @@ -3,8 +3,11 @@ import * as IntegrationsDiscord from './firebase-discord' import * as IntegrationsPatreon from './patreon' exports.notifyNewPin = IntegrationsSlack.notifyNewPin -exports.notifyNewHowTo = IntegrationsSlack.notifyNewHowTo -exports.notifyAcceptedQuestion = IntegrationsSlack.notifyAcceptedQuestion exports.notifyPinAccepted = IntegrationsDiscord.notifyPinAccepted + +exports.notifyNewHowTo = IntegrationsSlack.notifyNewHowTo exports.notifyHowToAccepted = IntegrationsDiscord.notifyHowToAccepted + +exports.notifyAcceptedQuestion = IntegrationsSlack.notifyAcceptedQuestion + exports.patreonAuth = IntegrationsPatreon.patreonAuth