Skip to content

Commit

Permalink
refactor: remove status facet from operator report
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMaruchu committed Aug 23, 2019
1 parent 3150d3c commit 32ba4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/reports/operator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@

/* dependencies */
import getBaseAggregation from '../base/servicerequest.base';
import { OVERALL_FACET, STATUS_FACET, SERVICE_FACET } from '../base/facets';
import { OVERALL_FACET, SERVICE_FACET } from '../base/facets';

const OPERATOR_PERFORMANCE_FACET = {
...OVERALL_FACET,
...STATUS_FACET,
...SERVICE_FACET,
};

Expand Down

0 comments on commit 32ba4a9

Please sign in to comment.