mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14: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
|
// If the displayType hasn't been defined, then assemble an aggregate
|
||||||
// displayType from all the oneOf variants
|
// displayType from all the oneOf variants
|
||||||
if (this.displayType == 'any') {
|
if (this.displayType === 'any') {
|
||||||
this.displayType = this.oneOf
|
this.displayType = this.oneOf
|
||||||
.map(schema => {
|
.map(schema => {
|
||||||
let name =
|
let name =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user