Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jul 1, 2024
1 parent 1c83b34 commit ca1f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/test/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import addFormats from 'ajv-formats'
const customAjv = new Ajv({
coerceTypes: true
})
addFormats(customAjv)
addFormats(customAjv as any)

// Utility for converting "date" and "date-time" string formats into Dates.
customAjv.addKeyword({
Expand Down

0 comments on commit ca1f98b

Please sign in to comment.