Skip to content

Commit

Permalink
Adjust link generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jermainee committed Oct 8, 2024
1 parent 266e482 commit fcc6c90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Service/ChatHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ export default class ChatHelper
{
public static generatePeerId(): string
{
return Math.random().toString(36).substring(2, 15)
+ 'otrto'
+ Math.random().toString(36).substring(2, 15);
return Math.random().toString(36).substring(2, 24);
}
}

0 comments on commit fcc6c90

Please sign in to comment.