Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtCoder19 committed Sep 3, 2024
1 parent 8b25b0c commit dd39b18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/webinar/src/app/pages/meeting/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function App() {
const params = useSearchParams();

const handleJoinMeeting = async ({ name, email, meetingId }: { name: string, email: string, meetingId: string }) => {
console.log("dyte", process.env.NEXT_PUBLIC_DYTE_ORG_ID, process.env.NEXT_PUBLIC_DYTE_API_KEY);
const token = btoa(`${process.env.NEXT_PUBLIC_DYTE_ORG_ID}:${process.env.NEXT_PUBLIC_DYTE_API_KEY}`);
try {
const { data: { success, data } } = await axios.post(
Expand Down

0 comments on commit dd39b18

Please sign in to comment.