Skip to content

Commit 53677d5

Browse files
committed
Fixed AJV to Ajv to match import statement
1 parent 26a728e commit 53677d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/device-management/device-model.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class DeviceModelService {
2222
@Inject(forwardRef(() => OrganizationService))
2323
private organizationService: OrganizationService
2424
) {
25-
this.avj = new AJV({ allErrors: true, missingRefs: "ignore", verbose: false, strict: false });
25+
this.avj = new Ajv({ allErrors: true, verbose: false, strict: false });
2626
this.avj.addSchema(deviceModelSchema, this.SCHEMA_NAME);
2727
}
2828

0 commit comments

Comments
 (0)