Skip to content

Commit

Permalink
Temp disable 2 & 3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Nov 19, 2022
1 parent fe9babf commit fa39794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const googleClientId = '444774972531-atkv3k11o8satjic5m88ldv16beri3rf.app
// export const googleClientId = null;
const apiBaseUrls: string[] = [
'https://chia-dashboard-api.foxypool.io/api',
'https://chia-dashboard-api-2.foxypool.io/api',
'https://chia-dashboard-api-3.foxypool.io/api',
// 'https://chia-dashboard-api-2.foxypool.io/api',
// 'https://chia-dashboard-api-3.foxypool.io/api',
]
function randomArrayPosition<T>(array: T[]): T {
return array[Math.floor(Math.random() * array.length)]
Expand Down

0 comments on commit fa39794

Please sign in to comment.