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

@@ -3,6 +3,6 @@ import { RpcEvent } from './EventSystem/Rpc'
export function makeOpenDialogRpc(): RpcEvent<OpenDialogOptions, OpenDialogReturnValue> {
return {
topic: `openDialog`,
topic: 'openDialog',
}
}