Skip to content

Commit

Permalink
v2-Beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Dec 10, 2022
1 parent d1991e0 commit 9b94a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe_better_attach_control/public/js/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9b94a87

Please sign in to comment.