Skip to content

Commit

Permalink
fix apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 21, 2024
1 parent 1b22221 commit 6788eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async def __accept_patch(patch: Patch, conn: PoolConnectionProxy[Record], auth:
"name": patch.original_name,
"summary": patch.original_summary,
},
[subject.keys()],
*subject.keys(),
),
"subject": subject,
},
Expand Down

0 comments on commit 6788eb3

Please sign in to comment.