mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Removed provider_reference and provider_date from serialize
This commit is contained in:
@@ -1410,8 +1410,6 @@ class InboundSms(db.Model):
|
||||
'notify_number': self.notify_number,
|
||||
'user_number': self.user_number,
|
||||
'content': self.content,
|
||||
'provider_date': self.provider_date and self.provider_date.strftime(DATETIME_FORMAT),
|
||||
'provider_reference': self.provider_reference
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user