Update matrix info

This commit is contained in:
idanoo 2023-01-30 11:26:10 +13:00
parent ecfe777efa
commit b3c829c381
Signed by: idanoo
GPG key ID: 387387CDBC02F132
7 changed files with 103 additions and 4 deletions

View file

@ -12,7 +12,7 @@ func Run() {
}
// Write to DB
persistMetrics(metrics)
updatedMetrics := persistMetrics(metrics)
// Output example
sendToMatrix(updatedMetrics)
}