Skip to content

Commit

Permalink
delete $ (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaesousa authored Feb 13, 2025
1 parent 2f83610 commit 5df52db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def get(self, request, guid):
with open(file, 'rb') as result:
response = Response(
headers={
'Content-Disposition': f'attachment; filename="${file.name}"',
'Content-Disposition': f'attachment; filename="{file.name}"',
'Content-Type': actualType if actualType else 'application/octet-stream'
},
)
Expand Down

0 comments on commit 5df52db

Please sign in to comment.