mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Merge pull request #1333 from balena-io/fix-preload-pinning
Fix leftover spurious return from typescript conversion
This commit is contained in:
commit
709c2788cb
@ -338,7 +338,7 @@ export class DeviceState extends (EventEmitter as new () => DeviceStateEventEmit
|
||||
|
||||
await this.applications.init();
|
||||
if (!conf.initialConfigSaved) {
|
||||
return this.saveInitialConfig();
|
||||
await this.saveInitialConfig();
|
||||
}
|
||||
|
||||
this.initNetworkChecks(conf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user