fix tslint errors
This commit is contained in:
@@ -3,6 +3,6 @@ import { RpcEvent } from './EventSystem/Rpc'
|
||||
|
||||
export function makeOpenDialogRpc(): RpcEvent<OpenDialogOptions, OpenDialogReturnValue> {
|
||||
return {
|
||||
topic: `openDialog`,
|
||||
topic: 'openDialog',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user