Openstatus www.openstatus.dev

๐Ÿ› more fix (#1063)

* ๐Ÿ› more fix

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
7c5a4209 ff8c1a03

+2 -1
+1 -1
apps/server/src/v1/monitors/trigger/post.ts
··· 121 121 } 122 122 123 123 const allResult = []; 124 - for (const region of monitorData.regions) { 124 + for (const region of parseMonitor.data.regions) { 125 125 const status = 126 126 monitorStatus.data.find((m) => region === m.region)?.status || "active"; 127 127 // Trigger the monitor
+1
packages/tinybird/datasources/tcp_response.datasource
··· 6 6 `timestamp` Int64 `json:$.timestamp`, 7 7 `cronTimestamp` Int64 `json:$.timestamp`, 8 8 `timing` String `json:$.timing`, 9 + `uri` String `json:$.uri`, 9 10 `workspaceId` Int32 `json:$.workspaceId`, 10 11 `latency` Int64 `json:$.latency`, 11 12 `errorMessage` Nullable(String) `json:$.errorMessage`,