Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: checker update status missing latency (#1776)

* fix: checker update status missing latency

* fix: typo

* fix: undefined res

authored by

Maximilian Kaske and committed by
GitHub
92cbcc26 bdba117e

+1
+1
apps/checker/handlers/checker.go
··· 247 247 Region: h.Region, 248 248 StatusCode: res.Status, 249 249 CronTimestamp: req.CronTimestamp, 250 + Latency: res.Latency, 250 251 }) 251 252 data.RequestStatus = "success" 252 253 }