Fixed last updated value on datapoints

This commit is contained in:
Magnus Åhall 2024-05-20 18:57:47 +02:00
parent 7724c742ad
commit e4dbabfea5
2 changed files with 3 additions and 1 deletions

View file

@ -268,7 +268,7 @@ func entryDatapoint(w http.ResponseWriter, r *http.Request, sess *session.T) { /
WHERE
service=$1 AND
prio=$2
`,
`,
(*notificationService).GetType(),
(*notificationService).GetPrio(),
problemID,