Skip to content

Commit

Permalink
fix: event doc missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Oct 17, 2024
1 parent 2b37e35 commit 46fe44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/events/meta_called.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TypeMetaCalled string = "meta_called"
// "url": "https://graph.facebook.com/v21.0/me",
// "status": "success",
// "request": "GET /me HTTP/1.1",
// "response": "HTTP/1.1 200 OK\r\n\r\n{\"status\":"ok"}",
// "response": "HTTP/1.1 200 OK\r\n\r\n{\"status\":\"ok\"}",
// "created_on": "2006-01-02T15:04:05Z",
// "elapsed_ms": 123
// }
Expand Down

0 comments on commit 46fe44c

Please sign in to comment.