Skip to content

Commit

Permalink
emit project-relevant API events
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Nov 8, 2023
1 parent a573058 commit 6dea853
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ export class ProjectCostSurfaceEventsHandler
// TODO!!! Create proper events

private failEventsMapper: EventKind = {
event: API_EVENT_KINDS.scenario__costSurface__costUpdateFailed__v1_alpha1,
event: API_EVENT_KINDS.project__costSurface_shapefile_failed__v1alpha1,
};

private successEventsMapper: EventKind = {
event: API_EVENT_KINDS.scenario__costSurface__finished__v1_alpha1,
event: API_EVENT_KINDS.project__costSurface_shapefile_finished__v1alpha1,
};

constructor(
Expand Down

0 comments on commit 6dea853

Please sign in to comment.