From fca9d4eb7fca80a085a95fa2bf2f9e7b18f7c32f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 20 Oct 2024 06:25:51 +0200 Subject: [PATCH] Add typing to `ctx` --- src/dv/dotinoVeloce.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dv/dotinoVeloce.ts b/src/dv/dotinoVeloce.ts index 470ff87..f6437a7 100644 --- a/src/dv/dotinoVeloce.ts +++ b/src/dv/dotinoVeloce.ts @@ -186,7 +186,7 @@ export class DotinoVeloce { return actor } - async #actorHandler(ctx: any, handle: string) { + async #actorHandler(ctx: Context, handle: string) { l.debug`Handling actor with handle: ${handle}` let actor = null