Include options_map in snapshot serialization

This commit is contained in:
2026-01-24 22:36:06 +01:00
parent 78872fd4d6
commit 52fae8594c

View File

@@ -53,6 +53,7 @@ async def status():
"last_loaded_at": snapshot.last_loaded_at.isoformat() + "Z",
"error_count": len(snapshot.errors),
"errors": [str(err) for err in snapshot.errors],
"options": snapshot.options_map,
}