Skip to content

Commit

Permalink
refactor(core/artifact): Explicitly annotate summarizeExpectedArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 23, 2019
1 parent 83cfd89 commit 1824eb2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { module } from 'angular';
import { IArtifact, IExpectedArtifact } from 'core/domain';

summarizeExpectedArtifact.$inject = [] as any;
// eslint-disable-next-line strictdi
export function summarizeExpectedArtifact(excludeKeys = ['customKind', 'kind']) {
return function(expected: IExpectedArtifact): string {
if (!expected) {
Expand Down

0 comments on commit 1824eb2

Please sign in to comment.