From 9b94a8784bcdc6550c3cf1811051816959d18a48 Mon Sep 17 00:00:00 2001 From: kid1194 Date: Sat, 10 Dec 2022 17:59:37 +0300 Subject: [PATCH] v2-Beta2 release --- frappe_better_attach_control/public/js/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe_better_attach_control/public/js/utils/index.js b/frappe_better_attach_control/public/js/utils/index.js index ee467f7..99ba79a 100644 --- a/frappe_better_attach_control/public/js/utils/index.js +++ b/frappe_better_attach_control/public/js/utils/index.js @@ -227,7 +227,7 @@ export function request(method, args, success, always) { try { fnCall(success, ret); } catch(e) { error(e); } - }); + }; } if (isFunction(always)) data.always = always; try {