Skip to content

Commit

Permalink
Fix error in documentation (#1310)
Browse files Browse the repository at this point in the history
* Fix error in documentation

* Fix lint error
  • Loading branch information
samuelli authored and fhinkel committed Jun 4, 2019
1 parent 74557db commit 5820a3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions healthcare/hl7v2/hl7v2_messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,10 @@ function patchHl7v2Message(
const request = {
name: hl7v2Message,
updateMask: 'labels',
labels: {
labelKey: labelValue,
resource: {
labels: {
labelKey: labelValue,
},
},
};

Expand Down

0 comments on commit 5820a3f

Please sign in to comment.