uncertainrods commited on
Commit
e97dd04
·
verified ·
1 Parent(s): ae0c964

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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"}