*Input should be domain

This commit is contained in:
Derrick Hammer 2022-08-19 13:42:32 -04:00
parent fa0e3d6a71
commit 7d3383dd4f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export abstract class AbstractResolverModule implements ResolverModule {
}
abstract resolve(
input: string,
domain: string,
options: ResolverOptions,
bypassCache: boolean
): Promise<DNSResult>;