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 95d45c3 commit 41fc87eCopy full SHA for 41fc87e
kowalski/alert_brokers/alert_broker_turbo.py
@@ -48,7 +48,7 @@ def process_alerts(avro_msg: bytes, topic: str):
48
49
for alert in msg_decoded:
50
candid = alert["candid"]
51
- object_id = alert["objectid"]
+ object_id = alert["objectId"]
52
if (
53
retry(
54
alert_worker.mongo.db[
0 commit comments