Skip to content

Commit ce93d63

Browse files
authored
Release v1.2.2 (#38)
1 parent dbe7ee8 commit ce93d63

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Deploy to Development
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [development]
67

app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ app.use('/training', TrainingController);
123123
app.use('/discord', DiscordController);
124124
app.use('/stats', StatsController);
125125

126-
activityHelper.registerControllerActivityChecking();
126+
// Uncomment to activate activity emails for controllers. Reset DB activity date fields before activating.
127+
// Disabled per the ATM 9/19/24.
128+
// activityHelper.registerControllerActivityChecking();
127129

128130
if(process.env.NODE_ENV === 'production') app.use(Sentry.Handlers.errorHandler());
129131

0 commit comments

Comments
 (0)