mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Fix leftover spurious return from typescript conversion
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
84b1726681
commit
6972dcd92d
@ -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…
Reference in New Issue
Block a user