Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Feb 25, 2024
1 parent 3cd7d30 commit c66f882
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cache-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ function inferContentType(type: string) {
case "json": {
return "application/json";
}
case "arrayBuffer": {
return "application/octet-stream";
}
case "arrayBuffer":
case "blob": {
return "application/octet-stream";
}
Expand Down

0 comments on commit c66f882

Please sign in to comment.