Update pubsub-raw.md

This commit is contained in:
Charlie Stanley 2021-11-17 14:09:47 -08:00 committed by GitHub
parent da08b1d031
commit 7afbc5dc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ with DaprClient() as d:
topic='TOPIC_A',
data=json.dumps(req_data),
metadata=(
('rawPayload', 'true'),
('rawpayload', 'true'),
)
)
# Print the request