Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 committed Jul 29, 2024
1 parent dee8812 commit eee0b61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/(landing-routes)/hng-test/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export default async function HNGTEST() {
let text = "";
try {
const response = await fetch(API_URL);
console.log(response);
text = await response.text();
console.log(text);
result = response.ok
? (await response.text()) || (await response.json())
: {};
Expand Down

0 comments on commit eee0b61

Please sign in to comment.