fix tslint errors

This commit is contained in:
Björn Dalfors
2024-03-07 14:58:12 +01:00
parent f25cab4682
commit 62d087bb0e
4 changed files with 11 additions and 9 deletions

View File

@@ -52,5 +52,5 @@ export function makeConnectionMessageEvent(connectionId: string): Event<MqttMess
}
export const getAppVersion: RpcEvent<void, string> = {
topic: `getAppVersion`,
topic: 'getAppVersion',
}