We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c14905c + 3cfd8ca commit 444d4c7Copy full SHA for 444d4c7
README.md
@@ -4,5 +4,5 @@
4
This is the backend part of Datastrike: an esport-oriented Overwatch tool.
5
6
## 🧑💻 Credits
7
-- [ZaT](https://github.com/orgs/DataStrike/people/Zat-Code)
+- [ZaT](https://github.com/Zat-Code)
8
- [Rémi](https://github.com/RemiSaurel)
app/Services/OverwatchAnalyseService.ts
@@ -8,6 +8,7 @@ class OverwatchAnalyse {
9
if ('error' in map) {
10
console.error('Erreur lors du traitement de la map :', map.error)
11
+ Ws.io.emit('analysisData', 'error')
12
} else {
13
const whereClause = {
14
date: map.date,
0 commit comments