diff --git a/src/gateway/server-methods/chat.directive-tags.test.ts b/src/gateway/server-methods/chat.directive-tags.test.ts index 9b8e0a2d5c7..896daaf1ce5 100644 --- a/src/gateway/server-methods/chat.directive-tags.test.ts +++ b/src/gateway/server-methods/chat.directive-tags.test.ts @@ -111,7 +111,7 @@ function createChatContext(): Pick< logGateway: { warn: vi.fn(), debug: vi.fn(), - } as GatewayRequestContext["logGateway"], + } as unknown as GatewayRequestContext["logGateway"], }; }