From 2e4a504cda05789327232cf5b7cec2b580afe7f8 Mon Sep 17 00:00:00 2001 From: KernelDeimos <7225168+KernelDeimos@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:09:25 -0500 Subject: [PATCH] fmt: apparently api.d.ts was out of sync with linter --- extensions/api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/api.d.ts b/extensions/api.d.ts index 3fe2f934..fc130161 100644 --- a/extensions/api.d.ts +++ b/extensions/api.d.ts @@ -14,7 +14,7 @@ import type * as ExtensionControllerExports from './ExtensionController/src/Exte declare global { namespace Express { interface Request { - services: { get: (string: T) => T extends keyof ServiceNameMap ? ServiceNameMap[T] : unknown } + services: { get: (string: T) => T extends keyof ServiceNameMap ? ServiceNameMap[T] : unknown } actor: Actor, rawBody: Buffer, /** @deprecated use actor instead */