mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Serialise simple_polygons attribute of BroadcastMessage
This commit is contained in:
@@ -2264,6 +2264,7 @@ class BroadcastMessage(db.Model):
|
||||
|
||||
'personalisation': self.personalisation,
|
||||
'areas': self.areas.get("areas", []),
|
||||
'simple_polygons': self.areas.get("simple_polygons", []),
|
||||
|
||||
'status': self.status,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user