*option.options may be not set
This commit is contained in:
parent
43944cb5b5
commit
94f30df69a
|
@ -59,7 +59,7 @@ export default class Handshake extends AbstractResolverModule {
|
|||
return resolverEmptyResponse();
|
||||
}
|
||||
|
||||
if ("subquery" in options.options) {
|
||||
if ("subquery" in options?.options) {
|
||||
return resolverEmptyResponse();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue