mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Skip deepsource false positive (#1060)
This commit is contained in:
parent
405eea1889
commit
64d99b046f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue