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 Oct 11, 2023
1 parent 2448af0 commit 8c5d174
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,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 8c5d174

Please sign in to comment.