We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18c81a6 + ff9402f commit 10a249bCopy full SHA for 10a249b
alerts_backend/python/app.py
@@ -140,7 +140,6 @@ def create_alert() -> Response:
140
data["diverted"] = data["events"]["diverted"]
141
data["filed"] = data["events"]["filed"]
142
data.pop("events")
143
- data.pop("max_weekly")
144
# Rename dates to avoid sql keyword "end" issue, and also change to Python datetime.datetime()
145
# Default to None in case a user directly submits an incomplete payload
146
data["start_date"] = data.pop("start", None)
0 commit comments