remove optional chaining
This commit is contained in:
@@ -189,7 +189,7 @@ module.exports = function (api) {
|
|||||||
// return null
|
// return null
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (options?.internal?.typeName !== 'DocPage') {
|
if (options.internal.typeName !== 'DocPage') {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user