Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Farid committed Mar 27, 2024
1 parent c707667 commit da586ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export function DecodeConfig(configStr: string): Config {
authority: url.searchParams.get('authority') || "",
} as Config
} catch (e) {
console.log(e, configStr)
// console.log(e, configStr)
}
}
return conf
Expand Down

0 comments on commit da586ac

Please sign in to comment.