Update ci-generateTranslations.js

This commit is contained in:
Steve Seguin 2021-03-28 10:14:59 -04:00 committed by GitHub
parent afad412936
commit bb84c95662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ async function updateTranslation(filename) {
Math.random() * 100
).toString()}`,
})
.then((response) => response.data)
.then((response) => {
return response.data;
})
.catch((error) => {