We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a728e commit 53677d5Copy full SHA for 53677d5
1 file changed
src/services/device-management/device-model.service.ts
@@ -22,7 +22,7 @@ export class DeviceModelService {
22
@Inject(forwardRef(() => OrganizationService))
23
private organizationService: OrganizationService
24
) {
25
- this.avj = new AJV({ allErrors: true, missingRefs: "ignore", verbose: false, strict: false });
+ this.avj = new Ajv({ allErrors: true, verbose: false, strict: false });
26
this.avj.addSchema(deviceModelSchema, this.SCHEMA_NAME);
27
}
28
0 commit comments