This commit is contained in:
Rachel Macfarlane 2021-03-08 17:00:29 -08:00
parent c870a55b70
commit 250c7baf7e

View file

@ -114,7 +114,7 @@ export class ExtHostAuthentication implements ExtHostAuthenticationShape {
this._proxy.$sendDidChangeSessions(id, {
added: e.added ?? [],
changed: e.changed ?? [],
removed: e.changed ?? []
removed: e.removed ?? []
});
});