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 43d0ca8 commit 727bdddCopy full SHA for 727bddd
site/src/modules/resources/useAgentLogs.test.ts
@@ -18,7 +18,7 @@ function generateMockLogs(count: number): WorkspaceAgentLog[] {
18
}));
19
}
20
21
-// A mutable object holding the most recent mock WebSocket connection. This
+// A mutable object holding the most recent mock WebSocket publisher. The inner
22
// value will change as the hook opens/closes new connections
23
type PublisherResult = {
24
current: MockWebSocketPublisher;
0 commit comments