diff --git a/website/src/api/crowdin.js b/website/src/api/crowdin.js index 2f9cd5fb6..288950e69 100644 --- a/website/src/api/crowdin.js +++ b/website/src/api/crowdin.js @@ -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"