Skip to content

Commit

Permalink
Merge pull request #296 from jasonjoh/content-type-fix
Browse files Browse the repository at this point in the history
Corrected application/octet-stream typo
  • Loading branch information
baywet authored Jun 8, 2024
2 parents 4a69508 + 5b013d6 commit 7d87de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileuploader/upload_slice.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"
)

const binaryContentType = "application/octet-steam"
const binaryContentType = "application/octet-stream"

const uriLocationHeader = "Location"

Expand Down

0 comments on commit 7d87de2

Please sign in to comment.