*resolve should be async

This commit is contained in:
Derrick Hammer 2022-08-19 13:46:10 -04:00
parent 739cc5e3ee
commit 902cc9ec67
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export abstract class AbstractResolverModule implements ResolverModule {
this.resolver = resolver;
}
abstract resolve(
abstract async resolve(
domain: string,
options: ResolverOptions,
bypassCache: boolean