*option.options may be not set

This commit is contained in:
Derrick Hammer 2022-08-19 12:12:26 -04:00
parent 43944cb5b5
commit 94f30df69a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default class Handshake extends AbstractResolverModule {
return resolverEmptyResponse();
}
if ("subquery" in options.options) {
if ("subquery" in options?.options) {
return resolverEmptyResponse();
}