mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix crowdin client code
This commit is contained in:
parent
4db4149cde
commit
7d1acfaabd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue