refactor: run formatter

This commit is contained in:
Elias Schneider
2025-02-28 11:18:10 +01:00
parent e77edfd5d3
commit dc30f4f3c9
3 changed files with 18 additions and 15 deletions

View File

@@ -142,7 +142,7 @@ export class ConfigService extends EventEmitter {
const response: Config[] = [];
for (const variable of data) {
response.push(await this.update(variable.key, variable.value));
response.push(await this.update(variable.key, variable.value));
}
return response;