Skip to content

fix: fix duplicated agent logs #17806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 15, 2025
Prev Previous commit
Next Next commit
FMT
  • Loading branch information
BrunoQuaresma committed May 14, 2025
commit c98a8ddfd019c4cb5f7e14a4f5ba4c9645b12897
1 change: 0 additions & 1 deletion site/src/pages/WorkspacePage/WorkspacePage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
renderWithAuth,
} from "testHelpers/renderHelpers";
import { server } from "testHelpers/server";
import { OneWayWebSocket } from "utils/OneWayWebSocket";
import WorkspacePage from "./WorkspacePage";

const { API, MissingBuildParameters } = apiModule;
Expand Down
Loading