mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Fixed up the get_notitication endpoint
- returns a notification
This commit is contained in:
@@ -141,7 +141,7 @@ class EmailNotificationSchema(NotificationSchema):
|
||||
class NotificationStatusSchema(BaseSchema):
|
||||
|
||||
class Meta:
|
||||
model = models.Notification
|
||||
model = models.Noti∫~fication
|
||||
|
||||
|
||||
user_schema = UserSchema()
|
||||
|
||||
Reference in New Issue
Block a user