s6
This commit is contained in:
@@ -122,7 +122,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||
}
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
const gameId = params.get('id');
|
||||
const userId = params.get('userId');
|
||||
const userId = params.get('studentId');
|
||||
const gameName = params.get('gameName');
|
||||
const assignmentId = params.get('assignmentId');
|
||||
const worksheetId = params.get('worksheetId');
|
||||
|
||||
Reference in New Issue
Block a user