Skip to content

Commit

Permalink
Update page.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros authored Sep 3, 2024
1 parent 063adb7 commit 3eb883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/debug/test/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function DebugPage() {
}

const res = await fetch(url, options);
const data = await res.headers;
const data = res.headers;
setResponse(data);

};
Expand Down

0 comments on commit 3eb883e

Please sign in to comment.