Skip to content

Commit 2ac2dbe

Browse files
committed
Removed await from requestInterfaces
1 parent d9d52ce commit 2ac2dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controller/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module.exports.factoryReset = async () => {
187187
timer.stopTimer();
188188
timer.startTimer(configDefaults.cron);
189189

190-
await interfaces.requestInterfaces();
190+
interfaces.requestInterfaces();
191191

192192
return true;
193193
}

0 commit comments

Comments
 (0)