Compare commits

...

1 Commits

Author SHA1 Message Date
Lea Anthony 5c0f1e409d Fix crowdin client code 2022-12-29 12:34:43 +11:00
+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"