Skip to content

Commit

Permalink
chore(validate): import from ajv/dist/types not ajv/lib/types
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 4, 2021
1 parent e0203bb commit 1e5473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/validateAndCoerceTypes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Ajv from "ajv";
import type { SchemaValidateFunction } from "ajv/lib/types"
import type { SchemaValidateFunction } from "ajv/dist/types"
import addFormats from 'ajv-formats';

//import schema from '../../schema.json';
Expand Down

0 comments on commit 1e5473b

Please sign in to comment.