Add typing to ctx
This commit is contained in:
parent
b22139ea73
commit
fca9d4eb7f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ export class DotinoVeloce {
|
||||||
return actor
|
return actor
|
||||||
}
|
}
|
||||||
|
|
||||||
async #actorHandler(ctx: any, handle: string) {
|
async #actorHandler(ctx: Context<ContextData>, handle: string) {
|
||||||
l.debug`Handling actor with handle: ${handle}`
|
l.debug`Handling actor with handle: ${handle}`
|
||||||
|
|
||||||
let actor = null
|
let actor = null
|
||||||
|
|
Loading…
Reference in a new issue