mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2026-01-03 07:26:32 +00:00
refactor: group exports by topic for easier understanding
This commit is contained in:
@@ -3,8 +3,11 @@ import * as IntegrationsDiscord from './firebase-discord'
|
|||||||
import * as IntegrationsPatreon from './patreon'
|
import * as IntegrationsPatreon from './patreon'
|
||||||
|
|
||||||
exports.notifyNewPin = IntegrationsSlack.notifyNewPin
|
exports.notifyNewPin = IntegrationsSlack.notifyNewPin
|
||||||
exports.notifyNewHowTo = IntegrationsSlack.notifyNewHowTo
|
|
||||||
exports.notifyAcceptedQuestion = IntegrationsSlack.notifyAcceptedQuestion
|
|
||||||
exports.notifyPinAccepted = IntegrationsDiscord.notifyPinAccepted
|
exports.notifyPinAccepted = IntegrationsDiscord.notifyPinAccepted
|
||||||
|
|
||||||
|
exports.notifyNewHowTo = IntegrationsSlack.notifyNewHowTo
|
||||||
exports.notifyHowToAccepted = IntegrationsDiscord.notifyHowToAccepted
|
exports.notifyHowToAccepted = IntegrationsDiscord.notifyHowToAccepted
|
||||||
|
|
||||||
|
exports.notifyAcceptedQuestion = IntegrationsSlack.notifyAcceptedQuestion
|
||||||
|
|
||||||
exports.patreonAuth = IntegrationsPatreon.patreonAuth
|
exports.patreonAuth = IntegrationsPatreon.patreonAuth
|
||||||
|
|||||||
Reference in New Issue
Block a user