Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Jan 13, 2025
1 parent 4f7e4ec commit 9cf45d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/shared/internal_mime_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function getMimeTypes<
return resourceTypes.reduce(
(acc, s) => ({
...acc,
s: `application/vnd.dust.${provider.replace("_", "")}.${s
[s]: `application/vnd.dust.${provider.replace("_", "")}.${s
.replace("_", "-")
.toLowerCase()}`,
}),
Expand Down

0 comments on commit 9cf45d5

Please sign in to comment.