Skip to content

Commit 75f38e8

Browse files
add comment
1 parent 6d0b370 commit 75f38e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/pubsub/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def publish(request):
3434

3535
if not topic_name or not message:
3636
return ('Missing "topic" and/or "subscription" parameter.', 500)
37-
38-
print(f'Publishing message to topic {topic_name}')
37+
38+
print(f'Function is invoked. Next, publish message to topic {topic_name}')
3939

4040
# References an existing topic
4141
topic_path = publisher.topic_path(PROJECT_ID, topic_name)

0 commit comments

Comments
 (0)