[IMP] eslint

This commit is contained in:
bobslee
2023-05-20 14:24:16 +02:00
parent cbe00c470e
commit 606a195350

View File

@@ -1,9 +1,8 @@
/** @odoo-module **/
import {registry} from "@web/core/registry";
import {useService} from "@web/core/utils/hooks";
async function executeCloseAndRefreshView({env, action, options}) {
async function executeCloseAndRefreshView({env, action}) {
const actionService = env.services.action;
const originalAction = action._originalAction;
return actionService.doAction(