mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-04-27 11:25:23 +00:00
AppService: eslint.
This commit is contained in:
@@ -83,8 +83,12 @@ export class MjolnirAppService {
|
||||
// It also allows us to combine constructor/initialize logic
|
||||
// to make the code base much simpler. A small hack to pay for an overall less hacky code base.
|
||||
controller: {
|
||||
onUserQuery: () => { throw new Error("Mjolnir uninitialized") },
|
||||
onEvent: () => { throw new Error("Mjolnir uninitialized") },
|
||||
onUserQuery: () => {
|
||||
throw new Error("Mjolnir uninitialized")
|
||||
},
|
||||
onEvent: () => {
|
||||
throw new Error("Mjolnir uninitialized")
|
||||
},
|
||||
},
|
||||
suppressEcho: false,
|
||||
disableStores: true,
|
||||
|
||||
Reference in New Issue
Block a user