Skip to content

Commit

Permalink
fix(artifacts): removing artifact from 'produces artifacts' throws ex…
Browse files Browse the repository at this point in the history
…ception (#4911)
  • Loading branch information
Scott Bloch-Wehba-Seaward authored and anotherchrisberry committed Feb 27, 2018
1 parent 6a89eb9 commit 3ab1506
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { IComponentOptions, IController, module } from 'angular';
import { BindAll } from 'lodash-decorators';

import { UUIDGenerator } from 'core/utils/uuid.service';
import { IStage, IExpectedArtifact } from 'core';

@BindAll()
class ProducesArtifactsCtrl implements IController {
public stage: IStage;

Expand Down

0 comments on commit 3ab1506

Please sign in to comment.