Some progress towards accepting and rejecting follows #3
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ export class DotinoVeloce {
|
|||
return actor
|
||||
}
|
||||
|
||||
async #actorHandler(ctx: any, handle: string) {
|
||||
async #actorHandler(ctx: Context<ContextData>, handle: string) {
|
||||
l.debug`Handling actor with handle: ${handle}`
|
||||
|
||||
let actor = null
|
||||
|
|
Loading…
Reference in a new issue