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 c77c2ac commit 377a369Copy full SHA for 377a369
src/plus/drafts/draftsService.ts
@@ -475,6 +475,8 @@ export class DraftService implements Disposable {
475
476
const drafts = ((await rsp.json()) as Result).data;
477
478
+ if (drafts.length === 0) return [];
479
+
480
const [subscriptionResult, membersResult] = await Promise.allSettled([
481
this.container.subscription.getSubscription(),
482
this.container.organizations.getMembers(),
0 commit comments