Skip to content

Commit

Permalink
add pluginEventType when no error
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Jun 8, 2023
1 parent e0179e7 commit 8e47384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/expressions/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
import {
DETECTOR_HAS_BEEN_DELETED,
ORIGIN_PLUGIN_VIS_LAYER,
PLUGIN_EVENT_TYPE,
} from './constants';
import {
DOES_NOT_HAVE_PERMISSIONS_KEY_WORD,
Expand Down Expand Up @@ -82,6 +83,7 @@ export const convertAnomaliesToPointInTimeEventsVisLayer = (
type: VisLayerTypes.PointInTimeEvents,
pluginResource: ADPluginResource,
events: events,
pluginEventType: PLUGIN_EVENT_TYPE
} as PointInTimeEventsVisLayer;
};

Expand Down

0 comments on commit 8e47384

Please sign in to comment.