Skip to content

Commit

Permalink
Fixes trailing comma in DB insert (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie authored Oct 22, 2024
1 parent 30aad6c commit 3673a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apcd_cms/src/apps/utils/apcd_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def create_other_exception(form, sub_data):
request_type,
requested_expiration_date,
explanation_justification,
status,
status
) VALUES (%s,%s,%s,%s,%s,%s,%s,%s,%s,%s)
"""
values = (
Expand Down

0 comments on commit 3673a2f

Please sign in to comment.