Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update pages/_app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanAbinaya authored Sep 24, 2023
1 parent 789b8d1 commit 6dd9c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default function App({
},
});
const data = await res.json();
console.log({ data });
if (
data &&
data?.message !== "No broadcast" &&
Expand Down

0 comments on commit 6dd9c70

Please sign in to comment.