Skip to content

Commit

Permalink
Allow patches without changing name
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Apr 24, 2024
1 parent 3d897b5 commit e36a080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class Get(Post):


class Patch(Post):
pass
name: Optional[str] = None

0 comments on commit e36a080

Please sign in to comment.