Skip to content

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 5, 2024
1 parent c846dfc commit 8b2ab2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async def suggest_api(
"""
insert into subject_patch (id, subject_id, from_user_id, reason, name, infobox, summary, nsfw,
original_name, original_infobox, original_summary, subject_type, patch_desc)
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12. $13)
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)
""",
pk,
subject_id,
Expand Down

0 comments on commit 8b2ab2a

Please sign in to comment.