Skip to content

Commit

Permalink
fix tab/spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Mar 21, 2024
1 parent 05d1ae9 commit a0fc182
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/rapidpro/expire_flow_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

print(
f"""UPDATE
flows_flowsession s
SET
timeout_on = NULL,
ended_on = NOW(),
status = 'X'
WHERE
id = ANY(ARRAY[{",".join(session_ids)}])
flows_flowsession s
SET
timeout_on = NULL,
ended_on = NOW(),
status = 'X'
WHERE
id = ANY(ARRAY[{",".join(session_ids)}])
"""
)

Expand Down

0 comments on commit a0fc182

Please sign in to comment.