Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes committed Nov 8, 2019
1 parent f32dee3 commit 1e2550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/templates/templateSchema.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Ajv from 'ajv';
import ajvKeywords from 'ajv-keywords';
import model from 'api/templates/templatesModel';
import { objectIdSchema, propertySchema } from 'api/utils/jsonSchemas'
import { objectIdSchema, propertySchema } from 'api/utils/jsonSchemas';

const ajv = ajvKeywords(Ajv({ allErrors: true }), ['uniqueItemProperties']);

Expand Down

0 comments on commit 1e2550e

Please sign in to comment.