Add typing to ctx

This commit is contained in:
Steffo 2024-10-20 06:25:51 +02:00
parent b22139ea73
commit fca9d4eb7f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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