Skip to content

Commit

Permalink
fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jan 16, 2020
1 parent a0ebb0d commit b6a9502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/plugins/home/server/tutorials/activemq_metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {
onPremCloudInstructions,
} from '../instructions/metricbeat_instructions';
import {
TutorialContext, TutorialsCategory,
TutorialContext,
TutorialsCategory,
TutorialSchema,
} from '../../services/tutorials/lib/tutorials_registry_types';

Expand Down
3 changes: 2 additions & 1 deletion src/plugins/home/server/tutorials/aerospike_metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {
onPremCloudInstructions,
} from '../instructions/metricbeat_instructions';
import {
TutorialContext, TutorialsCategory,
TutorialContext,
TutorialsCategory,
TutorialSchema,
} from '../../services/tutorials/lib/tutorials_registry_types';

Expand Down

0 comments on commit b6a9502

Please sign in to comment.