[IMP] eslint

This commit is contained in:
bobslee
2023-05-20 14:09:56 +02:00
parent b1a48465d5
commit 6ca5c6b877

View File

@@ -10,9 +10,9 @@ async function executeCloseAndRefreshView({env, action, options}) {
return actionService.doAction(
{type: "ir.actions.act_window_close"},
{
onClose: function() {
onClose: function () {
actionService.doAction(originalAction);
}
},
}
);
}