mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 08:29:40 +08:00
Fix crowdin client code
This commit is contained in:
parent
fff0fd4d07
commit
5c0f1e409d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user