Skip to content

Commit

Permalink
Release v1.2.2 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdconn00 authored Sep 19, 2024
1 parent dbe7ee8 commit ce93d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Deploy to Development

on:
workflow_dispatch:
push:
branches: [development]

Expand Down
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ app.use('/training', TrainingController);
app.use('/discord', DiscordController);
app.use('/stats', StatsController);

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

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

Expand Down

0 comments on commit ce93d63

Please sign in to comment.