Skip to content

Commit

Permalink
fix: Correct typo in Content-Type header value
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 7, 2025
1 parent 69609c3 commit 9fff2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/npdi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npdi.get('/p01/data/1/:titleHash/:dataID/:fileHash', (request, response) => {

response.sendFile(contentPath, {
headers: {
'Content-Type': 'applicatoin/octet-stream',
'Content-Type': 'application/octet-stream',
'Content-Disposition': 'attachment',
'Content-Transfer-Encoding': 'binary',
}
Expand Down

0 comments on commit 9fff2a4

Please sign in to comment.