Skip to content

Commit

Permalink
fix: JSON syntax error in MessagePublishedData-complex (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: Ace Nassri <anassri@google.com>
Co-authored-by: Adam Ross <grayside@gmail.com>
  • Loading branch information
3 people authored Mar 22, 2022
1 parent e0810e3 commit 72f2008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/binary/pubsub/MessagePublishedData-complex.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"data": "dGVzdCBtZXNzYWdlIDM=",
"messageId": "message-id",
"publishTime":"2021-02-05T04:06:14.109Z"
"orderingKey": "ordering-key",
"publishTime":"2021-02-05T04:06:14.109Z",
"orderingKey": "ordering-key"
}
}

0 comments on commit 72f2008

Please sign in to comment.