Fix try-except structure and docstring in checkin API

- Correct indentation for except block
- Fix broken docstring formatting
- Ensure proper Python syntax compliance
- Resolve remaining syntax errors
This commit is contained in:
2025-09-03 22:08:08 +09:00
parent f55f44013f
commit 1698776589

View File

@ -701,8 +701,9 @@ def checkin_from_rogapp(request):
"error_code": "CHECKIN_API_ERROR"
}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)
"""
解説
Goal API from rogapp - 解説
この実装では以下の処理を行っています:
1. イベントコード、チーム名、画像URL、ゴール時間のパラメータを受け取ります