Skip to content

Commit c21a566

Browse files
committed
ajv fix on nodenext
1 parent 2020e7f commit c21a566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/validation/ajv-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* AJV-based JSON Schema validator provider
33
*/
44

5-
import Ajv from 'ajv';
5+
import { Ajv } from 'ajv';
66
import _addFormats from 'ajv-formats';
77

88
import type { JsonSchemaType, JsonSchemaValidator, jsonSchemaValidator, JsonSchemaValidatorResult } from './types.js';

0 commit comments

Comments
 (0)