mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
Sqs queues now populated from all create_notification api calls. Marshmallow schemas added for notification.
This commit is contained in:
@@ -23,7 +23,6 @@ def delete_model_template(template):
|
||||
|
||||
|
||||
def get_model_templates(template_id=None, service_id=None):
|
||||
temp = Template.query.first()
|
||||
# TODO need better mapping from function params to sql query.
|
||||
if template_id and service_id:
|
||||
return Template.query.filter_by(
|
||||
|
||||
Reference in New Issue
Block a user