diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index c490d8de81..316578a9ef 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -67,7 +67,7 @@ export async function executeActionsForEventId(_ref, eventId, component, mode) { const filteredEvents = events.filter((event) => event.eventId === eventId); for (const event of filteredEvents) { - await executeAction(_ref, event, mode); + await executeAction(_ref, event, mode); // skipcq: JS-0032 } }