We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6a358 commit e0ef0a7Copy full SHA for e0ef0a7
integration_tests/samples/oauth/oauth_v2_async.py
@@ -135,7 +135,7 @@ async def oauth_callback(req: Request):
135
136
@app.post("/slack/events")
137
async def slack_app(req: Request):
138
- data=req.body.decode("utf-8")
+ data = req.body.decode("utf-8")
139
if not signature_verifier.is_valid(
140
body=data,
141
timestamp=req.headers.get("X-Slack-Request-Timestamp"),
0 commit comments