5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 18:10:48 +08:00

Fix crowdin client code

This commit is contained in:
Lea Anthony 2022-12-29 12:23:34 +11:00
parent fff0fd4d07
commit 5c0f1e409d

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"