This commit is contained in:
Tamius Han 2022-07-31 00:14:40 +02:00
parent a5a121ee00
commit f0120010fe
2 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,7 @@ class ActionHandler {
commands: any[] = []; commands: any[] = [];
constructor(eventBus, settings, logger) { constructor(eventBus: EventBus, settings, logger) {
this.logger = logger; this.logger = logger;
this.settings = settings; this.settings = settings;
this.eventBus = eventBus; this.eventBus = eventBus;

View File

@ -349,7 +349,6 @@ class Settings {
} }
// ----------------------------------------- // -----------------------------------------
// Nastavitve za posamezno stran
// Config for a given page: // Config for a given page:
// //
// <hostname> : { // <hostname> : {
@ -358,7 +357,6 @@ class Settings {
// statusEmbedded: <option> // reserved for future... maybe // statusEmbedded: <option> // reserved for future... maybe
// } // }
// //
// Veljavne vrednosti za možnosti
// Valid values for options: // Valid values for options:
// //
// status, arStatus, statusEmbedded: // status, arStatus, statusEmbedded: