Remove the feature flag [MAILPOET-1983]

This commit is contained in:
wxa
2019-05-06 16:48:24 +03:00
committed by M. Shull
parent 20f3ce79e6
commit 2980bbf00b
15 changed files with 3 additions and 36 deletions

View File

@@ -56,8 +56,6 @@ class Daemon {
yield $this->workers_factory->createBounceWorker($this->timer);
yield $this->workers_factory->createExportFilesCleanupWorker($this->timer);
yield $this->workers_factory->createInactiveSubscribersWorker($this->timer);
if ($this->settings_controller->get('woo_commerce_list_sync_enabled')) {
yield $this->workers_factory->createWooCommerceSyncWorker($this->timer);
}
yield $this->workers_factory->createWooCommerceSyncWorker($this->timer);
}
}