fix: eslint brace style issue

This commit is contained in:
Dany Robert 2021-11-13 13:12:38 +05:30 committed by GitHub
parent 01e7076b65
commit e50893e991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,7 @@ frappe.ui.form.on('Currency Exchange Settings', {
to: '{to_currency}'
};
add_param(frm, "https://api.exchangerate.host/convert", params, result);
}
else if (frm.doc.service_provider == "Frankfurter.app") {
} else if (frm.doc.service_provider == "Frankfurter.app") {
let result = ['rates', '{to_currency}'];
let params = {
base: '{from_currency}',