Skip to content

Commit

Permalink
chore: ts nocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
1198994985 committed Dec 25, 2023
1 parent 70d8a4a commit 74eca16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/mona-clients/mona-client-web/src/apis/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export function getLightToken(...args: any[]) {
return tokenIns.getToken() as unknown as string;
}
}
// @ts-ignore
window.__MONA_LIGHT_USE_TEST = window.__MONA_LIGHT_USE_TEST || '0';
export async function getLightHeaders() {
const token = (await getLightToken()) || '';
Expand Down
1 change: 1 addition & 0 deletions packages/mona-clients/mona-client-web/src/apis/util.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck 临时发包
import './abortcontroller-polfill';
import formatPath from '@bytedance/mona-shared/dist/formatPath';
import {
Expand Down

0 comments on commit 74eca16

Please sign in to comment.