We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4eb51 commit 8120ad7Copy full SHA for 8120ad7
1 file changed
types/imapflow/imapflow-tests.ts
@@ -42,4 +42,4 @@ client.mailboxDelete("INBOX.example");
42
// $Expect Promise<StatusObject>
43
client.status("INBOX", { uidNext: true });
44
45
-client.fetchAll("1:*", { uid: true });
+client.fetchAll("1:*", { uid: true });
0 commit comments