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 5df1cf8 commit 4cd2491Copy full SHA for 4cd2491
tests/ipcMain/helpers.ts
@@ -235,7 +235,6 @@ export class EventCollector {
235
* Collect all events for this workspace from the sent events array
236
*/
237
collect(): WorkspaceChatMessage[] {
238
- const before = this.events.length;
239
this.events = this.sentEvents
240
.filter((e) => e.channel === this.chatChannel)
241
.map((e) => e.data as WorkspaceChatMessage);
0 commit comments