mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 04:34:32 +00:00
chore: Lint extensions folder.
This commit is contained in:
@@ -10,7 +10,9 @@ vi.mock("@microsoft/agents-hosting", () => ({
|
||||
getAuthConfigWithDefaults: (cfg: unknown) => cfg,
|
||||
MsalTokenProvider: class {
|
||||
async getAccessToken() {
|
||||
if (hostMockState.tokenError) throw hostMockState.tokenError;
|
||||
if (hostMockState.tokenError) {
|
||||
throw hostMockState.tokenError;
|
||||
}
|
||||
return "token";
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user