Skip to content

Commit

Permalink
Update session.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Feb 18, 2025
1 parent 64fbbe8 commit b5877d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { pastamirror, Frame } from './main.js';
import { clearGlobalError, setError, clearLocalError } from './error.js';
import { getSettings } from './settings.js';

const PASTAGANG_ROOM_NAME = 'pastagang2';
const PASTAGANG_ROOM_NAME = 'pastagang3';

/** @type {Session | null} */
let _session = null;
Expand Down

0 comments on commit b5877d0

Please sign in to comment.