Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 7, 2025
1 parent a931bb5 commit c0423f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ class RoomClient {
};

const showServerAwayMessage = () => {
console.error('Server away or in maintenance, please wait...');
console.warn('Server away or in maintenance, please wait...');
this.ServerAway();
};

Expand Down

0 comments on commit c0423f9

Please sign in to comment.