Skip to content

Commit 444d4c7

Browse files
authored
Merge pull request #38 from DataStrike/0.1.4
Analysis event error + ZaT link
2 parents c14905c + 3cfd8ca commit 444d4c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
This is the backend part of Datastrike: an esport-oriented Overwatch tool.
55

66
## 🧑‍💻 Credits
7-
- [ZaT](https://github.com/orgs/DataStrike/people/Zat-Code)
7+
- [ZaT](https://github.com/Zat-Code)
88
- [Rémi](https://github.com/RemiSaurel)

app/Services/OverwatchAnalyseService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class OverwatchAnalyse {
88

99
if ('error' in map) {
1010
console.error('Erreur lors du traitement de la map :', map.error)
11+
Ws.io.emit('analysisData', 'error')
1112
} else {
1213
const whereClause = {
1314
date: map.date,

0 commit comments

Comments
 (0)