mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 12:50:22 +00:00
test: fix logger stub typing in directive-tags test
This commit is contained in:
@@ -111,7 +111,7 @@ function createChatContext(): Pick<
|
||||
logGateway: {
|
||||
warn: vi.fn(),
|
||||
debug: vi.fn(),
|
||||
} as GatewayRequestContext["logGateway"],
|
||||
} as unknown as GatewayRequestContext["logGateway"],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user