mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
fix minor bug ater ts migration
This commit is contained in:
parent
e9b95eac96
commit
d57b96666b
|
@ -143,7 +143,7 @@ export class BaseComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
|
||||
function traverse(obj) {
|
||||
if (obj === undefined || typeof(obj) !== 'object') {
|
||||
if (obj == undefined || typeof(obj) !== 'object') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user