Skip to content

Commit 909f3bb

Browse files
committed
Nudge Deployment
1 parent 47c8a39 commit 909f3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peerprep-fe/src/app/collaboration/components/AudioSharing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const AudioSharing = () => {
2626
const TURN_CREDENTIAL = process.env.NEXT_PUBLIC_TURN_PASSWORD;
2727

2828
if (!TURN_SERVER || !TURN_USERNAME || !TURN_CREDENTIAL) {
29-
// Log which specific variables are missing
29+
// Log which specific TURN variables are missing
3030
console.error('Missing TURN env:', {
3131
server: !!TURN_SERVER,
3232
username: !!TURN_USERNAME,

0 commit comments

Comments
 (0)