Fix updated lib params
This commit is contained in:
parent
04b7a494ea
commit
8eeb590a96
1 changed files with 1 additions and 4 deletions
|
@ -48,10 +48,7 @@ void _main() async {
|
|||
|
||||
Future _init() async {
|
||||
_logger.info("Initializing...");
|
||||
Computer().turnOn(
|
||||
workersCount: 4,
|
||||
areLogsEnabled: false,
|
||||
);
|
||||
Computer().turnOn(workersCount: 4);
|
||||
InAppPurchaseConnection.enablePendingPurchases();
|
||||
await Configuration.instance.init();
|
||||
await BillingService.instance.init();
|
||||
|
|
Loading…
Add table
Reference in a new issue