mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +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'
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user