mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix crowdin client code
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user