Skip to content

Commit

Permalink
fix(uptime): Bad UUIDs in examples (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jun 7, 2024
1 parent 240729c commit b806909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/uptime-results/1/failure.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"guid": "54afc7ed9c53491481919c931f75bae1 ",
"guid": "54afc7ed9c53491481919c931f75bae1",
"monitor_id": 1,
"monitor_environment_id": 1,
"status": "failure",
Expand Down
2 changes: 1 addition & 1 deletion examples/uptime-results/1/succeess.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"guid": "54afc7ed9c53491481919c931f75bae1 ",
"guid": "54afc7ed9c53491481919c931f75bae1",
"monitor_id": 1,
"monitor_environment_id": 1,
"status": "success",
Expand Down

0 comments on commit b806909

Please sign in to comment.