Deepsource JS issues

This commit is contained in:
Michał Gdula 2023-06-24 21:00:52 +00:00
parent bd379e2c02
commit b57f8a0f2a
3 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
function yeetSession(id) {
let form = new FormData();
form.append('session_id', id);
form.append('session', id);
fetch('/api/tokens', {
method: 'POST',