forked from farhoodlabs/paperclip
Address valid Greptile portability follow-ups
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user