Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Uditi Mehta authored and Uditi Mehta committed Aug 2, 2024
1 parent 55e7b97 commit 6a4b0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/preprints/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def perform_update(self, serializer):
action=PreprintLog.FILE_UPDATED,
params={
'preprint': instance._id,
'file': instance.primary_file._id
'file': instance.primary_file._id,
},
auth=auth,
)
Expand Down

0 comments on commit 6a4b0cc

Please sign in to comment.