Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
fix: restore language when not localized
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrcp committed Feb 19, 2023
1 parent 99fd0f5 commit c44d504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/discord/requestHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export const getRoomsJsonFromParams = async (store: Store, mainWindow: BrowserWi
const enResponseBuffer = await enResponse.buffer();

plainResponseBody = enResponseBuffer.toString();
} else {
setLanguageInStore(store, 'en');
}

return {
Expand Down

0 comments on commit c44d504

Please sign in to comment.