Skip to content

Commit bb94a6a

Browse files
refactor: change accountId from optional to required in MailtrapClient class
1 parent ec355c7 commit bb94a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/MailtrapClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class MailtrapClient {
4545

4646
private testInboxId?: number;
4747

48-
private accountId?: number;
48+
private accountId: number;
4949

5050
private bulk: boolean;
5151

0 commit comments

Comments
 (0)