Fix crowdin client code

This commit is contained in:
Lea Anthony
2022-12-29 12:34:43 +11:00
parent fff0fd4d07
commit 5c0f1e409d
+1 -1
View File
@@ -3,7 +3,7 @@ const personalToken = process.env.CROWDIN_PERSONAL_TOKEN;
const projectId = 531392;
// initialization of crowdin client
const initClient = async () => {
const initClient = () => {
if (!personalToken) {
console.warn(
"No crowding personal token, some features might not work as expected"