fix: add missing trailing comma

This commit is contained in:
Bryann Valderrama
2024-10-16 10:33:37 -05:00
parent e2e4003b44
commit 8a4eecf6c2

View File

@@ -27,7 +27,7 @@ export async function postSetLang(code) {
headers: {
Accept: 'application/json',
'X-Requested-With': 'XMLHttpRequest',
}
},
};
const url = `${getConfig().LMS_BASE_URL}/i18n/setlang/`;
formData.append('language', code);