Add scheduled profile update

This commit is contained in:
problematicconsumer
2023-09-30 11:15:20 +03:30
parent b60b22d694
commit eb4db44c06
7 changed files with 105 additions and 5 deletions

View File

@@ -147,7 +147,6 @@ Future<void> initAppServices(
await Future.wait(
[
read(singboxServiceProvider).init(),
read(cronServiceProvider).startScheduler(),
],
);
_logger.debug('initialized app services');