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 1631434 commit 7a35af2Copy full SHA for 7a35af2
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).email;
+ return (await this.makeRequest("/custom?domain=" + domain)).email;
124
}
125
126
/**
0 commit comments