This commit is contained in:
Nathan Flurry 2026-03-14 14:38:29 -07:00 committed by GitHub
parent 70d31f819c
commit 5ea9ec5e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 2605 additions and 669 deletions

View file

@ -64,6 +64,7 @@ function workspaceSnapshot(): WorkspaceSummarySnapshot {
sessionsSummary: [],
},
],
openPullRequests: [],
};
}