Skip to content

Commit fcaa4cf

Browse files
chore: fix build issue
1 parent c43efdb commit fcaa4cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.14.0
1+
v21.0.0

__mocks__/provider/handlers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { http, HttpResponse, delay } from "msw";
33
export const handlers = [
44
http.get("/api/communities", async () => {
55
await delay(150);
6-
console.log("Called called called");
76
return HttpResponse.json({ community: {} });
87
}),
98
];

0 commit comments

Comments
 (0)