*Store domain in constructor
This commit is contained in:
parent
454f8d8f7d
commit
92241c3748
|
@ -53,6 +53,7 @@ export class ResolverModule {
|
||||||
|
|
||||||
constructor(resolver: ResolverRegistry, domain: string) {
|
constructor(resolver: ResolverRegistry, domain: string) {
|
||||||
this.resolver = resolver;
|
this.resolver = resolver;
|
||||||
|
this.domain = domain;
|
||||||
}
|
}
|
||||||
|
|
||||||
async resolve(
|
async resolve(
|
||||||
|
|
Loading…
Reference in New Issue