mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-07-06 13:46:21 +00:00
Please let this be the end of it all
This commit is contained in:
parent
4d912d314c
commit
c732af8122
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
function yeetSession(id) {
|
||||
let form = new FormData();
|
||||
const form = new FormData();
|
||||
form.append('session', id);
|
||||
|
||||
fetch('/api/tokens', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue