We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33498ea commit 06d7b6cCopy full SHA for 06d7b6c
src/index.ts
@@ -120,7 +120,7 @@ export class TempMail {
120
* @param domain {string} your domain.
121
*/
122
async checkV2CustomDomain(domain: string): Promise<Email[] | undefined> {
123
- return await this.makeRequest("/custom?domain=" + domain);
+ return await this.makeRequest("/custom?domain=" + domain).email;
124
}
125
126
/**
0 commit comments