fix: eslint brace style issue
This commit is contained in:
parent
01e7076b65
commit
e50893e991
@ -11,8 +11,7 @@ frappe.ui.form.on('Currency Exchange Settings', {
|
|||||||
to: '{to_currency}'
|
to: '{to_currency}'
|
||||||
};
|
};
|
||||||
add_param(frm, "https://api.exchangerate.host/convert", params, result);
|
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 result = ['rates', '{to_currency}'];
|
||||||
let params = {
|
let params = {
|
||||||
base: '{from_currency}',
|
base: '{from_currency}',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user