Skip to content

Commit

Permalink
Delete unnecessary events
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 22, 2023
1 parent dfe3f95 commit 3e85780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export class ProjectCostSurfaceApiEvents
ProjectCostSurfaceState,
API_EVENT_KINDS
> = {
[ProjectCostSurfaceState.InitialCostSubmitted]:
API_EVENT_KINDS.scenario__costSurface__submitted__v1_alpha1,
[ProjectCostSurfaceState.InitialCostFailed]:
API_EVENT_KINDS.project__costSurface_initial_failed__v1alpha1,
[ProjectCostSurfaceState.InitialCostFinished]:
API_EVENT_KINDS.project__costSurface_initial_finished__v1alpha1,
[ProjectCostSurfaceState.ShapefileSubmitted]:
API_EVENT_KINDS.project__costSurface_shapefile_submitted__v1alpha1,
[ProjectCostSurfaceState.ShapefileConverted]:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
export enum ProjectCostSurfaceState {
InitialCostSubmitted = 'initial-cost-submitted',
InitialCostFailed = 'initial-cost-failed',
InitialCostFinished = 'initial-cost-finished',
ShapefileSubmitted = 'shapefile-submitted',
ShapefileConverted = 'shapefile-converted',
ShapefileConversionFailed = 'shapefile-conversion-failed',
Expand Down

0 comments on commit 3e85780

Please sign in to comment.