Skip to content

Commit

Permalink
chore(docs): do not truncate examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 18, 2022
1 parent 2a26648 commit 5704f3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/api-reference/queue-listeners/get-all-listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {
"id": "string",
"name": "string",
"liveness": {
"state": "[",
"state": "stable",
"success_count": 1,
"last_success_at": 1644262937466,
"failure_count": 1,
Expand All @@ -135,7 +135,9 @@ func main() {
"acknowledged_count": 312,
"last_success_at": 1644616838173,
"last_failure_at": 1644616818173,
"missed": "[Object]",
"missed": [
"fb445832-50f7-4471-a0a9-d0def6d5951f"
],
"missed_count": 1
},
"notify_url": "https://myapp.io/deletion/listener",
Expand Down

0 comments on commit 5704f3f

Please sign in to comment.