*resolve should be async
This commit is contained in:
parent
739cc5e3ee
commit
902cc9ec67
|
@ -23,7 +23,7 @@ export abstract class AbstractResolverModule implements ResolverModule {
|
|||
this.resolver = resolver;
|
||||
}
|
||||
|
||||
abstract resolve(
|
||||
abstract async resolve(
|
||||
domain: string,
|
||||
options: ResolverOptions,
|
||||
bypassCache: boolean
|
||||
|
|
Loading…
Reference in New Issue