*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;
|
this.resolver = resolver;
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract resolve(
|
abstract async resolve(
|
||||||
domain: string,
|
domain: string,
|
||||||
options: ResolverOptions,
|
options: ResolverOptions,
|
||||||
bypassCache: boolean
|
bypassCache: boolean
|
||||||
|
|
Loading…
Reference in New Issue