We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8995 commit d8ca99eCopy full SHA for d8ca99e
app.js
@@ -27,7 +27,7 @@ if ( cluster.isMaster ) {
27
});
28
29
// Setup the background tasks worker
30
- if ( config.background && config.background.on === true ) {
+ if ( config.background && config.background.enabled === true ) {
31
function setupBackgroundTasks() {
32
console.log('Setup background tasks...');
33
0 commit comments