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

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) => {