Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Dec 29, 2023
1 parent a3384fa commit 20d3269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/translations/create-user-aware-translator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const createUserAwareTranslator = async (
) {
translator.setLang(userData.language_code);
}
translator.setLang("pt-br");
}

return translator;
Expand Down

0 comments on commit 20d3269

Please sign in to comment.