Fix update type

This commit is contained in:
Nicolas Mowen 2024-04-22 17:04:35 -06:00
parent 6481626726
commit 0a829de7b3

View File

@ -197,7 +197,7 @@ class ReviewSegmentMaintainer(threading.Thread):
"reviews",
json.dumps(
{
"type": "update",
"type": "end",
"before": end_data,
"after": end_data,
}