Skip to content

Commit

Permalink
f f f f f f f
Browse files Browse the repository at this point in the history
  • Loading branch information
instructr13 committed Oct 19, 2024
1 parent aad0a40 commit abff426
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/frontend/src/app/atoms/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const eventStreamAtom = atom(
Accept: "text/event-stream",
},
signal: newController.signal,
mode: "no-cors",
});

if (!response.ok) {
Expand Down
1 change: 0 additions & 1 deletion apps/frontend/src/app/routes/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default function Page() {
headers: {
"Content-Type": "application/json",
},
mode: "no-cors",
body: JSON.stringify({
widthRandom: randomWidth,
heightRandom: randomHeight,
Expand Down

0 comments on commit abff426

Please sign in to comment.