Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadtdyy committed Jan 24, 2025
1 parent 1ad1e42 commit adde397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrojudge/src/sandbox/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from './interface';

let url: string;
const UA = `HydroJudge/${version.split('v')[1]} (${Math.random().toString(36).substring(2, 8)})`;
const UA = `HydroJudge/${version} (${Math.random().toString(36).substring(2, 8)})`;

export class Stream extends EventEmitter {
private ws: WebSocket;
Expand Down

0 comments on commit adde397

Please sign in to comment.