Fixup for lint

This commit is contained in:
Stuart McGrigor 2019-05-24 17:02:30 +12:00
parent 47d7b9fb17
commit bc458155cd

View File

@ -199,7 +199,7 @@ export class SchemaModel {
// If the displayType hasn't been defined, then assemble an aggregate
// displayType from all the oneOf variants
if (this.displayType == 'any') {
if (this.displayType === 'any') {
this.displayType = this.oneOf
.map(schema => {
let name =