Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -19,6 +19,6 @@ async def github_webhook(request: Request):
|
|
| 19 |
)
|
| 20 |
|
| 21 |
# 2️⃣ Optional async processing
|
| 22 |
-
route_event(event_type, payload)
|
| 23 |
|
| 24 |
return {"status": "ok"}
|
|
|
|
| 19 |
)
|
| 20 |
|
| 21 |
# 2️⃣ Optional async processing
|
| 22 |
+
# route_event(event_type, payload)
|
| 23 |
|
| 24 |
return {"status": "ok"}
|