1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-21 02:08:12 +09:00

fix: whois provider

This commit is contained in:
2020-02-08 19:43:22 +09:00
parent 71b74d4529
commit 3e6c678c46
6 changed files with 13 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
export async function mockProvider(provider: any, query: any) {
export async function mockProvider(
provider: any,
query: unknown,
): Promise<string> {
const req = {
query,
};