File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/communication/azure-communication-jobrouter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ from azure.eventgrid import EventGridEvent
195195import json
196196
197197# # deserialize payload into a list of typed Events
198- events = [EventGridEvent.from_json(json.loads( msg) ) for msg in payload]
198+ events = [EventGridEvent.from_json(msg) for msg in payload]
199199```
200200
201201``` python
@@ -354,4 +354,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
354354[ pypi ] : https://pypi.org
355355[ pip ] : https://pypi.org/project/pip/
356356
357- [ job_router_samples ] : https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-jobrouter/samples
357+ [ job_router_samples ] : https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-jobrouter/samples
You can’t perform that action at this time.
0 commit comments