Skip to content

Commit 8e90cf5

Browse files
authored
Unblock notification testing: Error opening a notification (#6838)
Fixes #6836
1 parent 9a0aea8 commit 8e90cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/github/issueOverview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class IssueOverviewPanel<TItem extends IssueModel = IssueModel> extends W
213213
Logger.debug('pr.initialize', IssueOverviewPanel.ID);
214214
this._postMessage({
215215
command: 'pr.initialize',
216-
pullrequest: this.getInitializeContext(issue, timelineEvents, repositoryAccess, viewerCanEdit, assignableUsers[this._item.remote.remoteName]),
216+
pullrequest: this.getInitializeContext(issue, timelineEvents, repositoryAccess, viewerCanEdit, assignableUsers[this._item.remote.remoteName] ?? []),
217217
});
218218

219219
} catch (e) {

0 commit comments

Comments
 (0)