Skip to content

Commit

Permalink
#none modified logger method
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Apr 25, 2024
1 parent fe21484 commit 69c05f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-wrapper/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export async function getData() {
storeRotation = chatsAPI['store_rotation'] as StoreRotation;
additionalPlanetInfo = chatsAPI['planets'] as AdditionalPlanetInfo;
} else {
logger.warn('Fallback to dealloc APIs', {type: 'API'});
logger.error('Fallback to dealloc APIs', {type: 'API'});
// create a fallback API client
apiClient.defaults.baseURL = FALLBACK_URL;
const {id} = await (await apiClient.get('/WarSeason/current/WarID')).data;
Expand Down

0 comments on commit 69c05f1

Please sign in to comment.