mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
update jobs to take into account first class
This commit is contained in:
@@ -390,7 +390,7 @@ def notification_json(
|
||||
status = 'delivered'
|
||||
links = {}
|
||||
if template_type == 'letter':
|
||||
postage = 'second'
|
||||
postage = postage or 'second'
|
||||
|
||||
if with_links:
|
||||
links = {
|
||||
|
||||
Reference in New Issue
Block a user