fixes result for same names
All checks were successful
CI / deploy (push) Successful in 4m23s
CI / deploy (pull_request) Successful in 4m14s

This commit is contained in:
Arindy
2025-02-10 00:05:05 +01:00
parent 2dc53ad6f9
commit 77f392ed77
4 changed files with 10 additions and 7 deletions

View File

@@ -70,6 +70,7 @@
httpRequest.setRequestHeader('Content-Type', 'application/json')
httpRequest.send(JSON.stringify({
name: data.name,
user: data.user,
results: rollResult,
} ))
}