Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Nov 20, 2023
1 parent fb8ef64 commit ee41dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/src/basic/Login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
import Config from '../../config/agora.config';
import { useRtmClient } from '../../hooks/useRtmClient';
import * as log from '../../utils/log';
console.log(Config);

export default function Login() {
const [uid, setUid] = useState(Config.uid);
Expand Down
2 changes: 1 addition & 1 deletion example/src/config/agora.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ try {
} catch (error) {
console.warn(error);
}

console.log(env);
const config = {
// Get your own App ID at https://dashboard.agora.io/
appId: localAppId || env.appId,
Expand Down

0 comments on commit ee41dca

Please sign in to comment.