Skip to content

Commit

Permalink
add beta flag back for triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorJTClarke committed Feb 24, 2022
1 parent 6a81e78 commit b07b5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export const runSubLoops = async () => {

// do the things
tasks.run()

// do the moar thinsg
triggers.run()
if (config.BETA_FEATURES) triggers.run()
}

export const runMainLoop = async () => {
Expand Down

0 comments on commit b07b5e2

Please sign in to comment.