mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Address valid Greptile portability follow-ups
This commit is contained in:
parent
92c29f27c3
commit
87b3cacc8f
3 changed files with 15 additions and 12 deletions
|
|
@ -4,7 +4,7 @@ import type { CompanyPortabilityFileEntry } from "@paperclipai/shared";
|
|||
|
||||
const textDecoder = new TextDecoder();
|
||||
|
||||
const binaryContentTypeByExtension: Record<string, string> = {
|
||||
export const binaryContentTypeByExtension: Record<string, string> = {
|
||||
".gif": "image/gif",
|
||||
".jpeg": "image/jpeg",
|
||||
".jpg": "image/jpeg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue