mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
Fixup for lint
This commit is contained in:
parent
47d7b9fb17
commit
bc458155cd
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user