Skip to content

Commit d8ca99e

Browse files
committed
hotfix(background-tasks): Renamed config.background.on to config.background.enabled
1 parent 77b8995 commit d8ca99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if ( cluster.isMaster ) {
2727
});
2828

2929
// Setup the background tasks worker
30-
if ( config.background && config.background.on === true ) {
30+
if ( config.background && config.background.enabled === true ) {
3131
function setupBackgroundTasks() {
3232
console.log('Setup background tasks...');
3333

0 commit comments

Comments
 (0)