mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
handle code review feedback and merge from main
This commit is contained in:
@@ -23,7 +23,6 @@ def upgrade():
|
||||
conn = op.get_bind()
|
||||
results = conn.execute("select distinct job_id from notifications")
|
||||
res = results.fetchall()
|
||||
conn = op.get_bind()
|
||||
for x in res:
|
||||
if x.job_id:
|
||||
input_params = {
|
||||
|
||||
Reference in New Issue
Block a user