From 5c0f1e409d4815b28175e18c42f6cdf9cef547ca Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 29 Dec 2022 12:23:34 +1100 Subject: [PATCH] Fix crowdin client code --- website/src/api/crowdin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"