Skip to content

Commit 1bcbd91

Browse files
committed
Fix typo.
1 parent bbb1f81 commit 1bcbd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/iam.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function setTopicPolicy(topic, callback) {
5050
var myPolicy = {
5151
bindings: [
5252
{
53-
role: 'roles/pubsub.subscriber',
53+
role: 'roles/pubsub.publisher',
5454
members: ['serviceAccount:[email protected]']
5555
}
5656
]

0 commit comments

Comments
 (0)