Skip to content

Commit

Permalink
fix: unwrap error data field in pubsub example
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored Sep 16, 2020
1 parent af50141 commit cd822df
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions proto/google/events/cloud/pubsub/v1/data.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"data": {
"message": {
"data": "SGVsbG8gdGhlcmU=",
"messageId": "1408577928008405",
"publishTime": "2020-08-06T22:31:14.536Z"
},
"subscription": "projects/MY-PROJECT/subscriptions/MY-SUB"
}
}
"message": {
"data": "SGVsbG8gdGhlcmU=",
"messageId": "1408577928008405",
"publishTime": "2020-08-06T22:31:14.536Z"
},
"subscription": "projects/MY-PROJECT/subscriptions/MY-SUB"
}

0 comments on commit cd822df

Please sign in to comment.