Address valid Greptile portability follow-ups

This commit is contained in:
dotta 2026-03-23 19:42:58 -05:00
parent 92c29f27c3
commit 87b3cacc8f
3 changed files with 15 additions and 12 deletions

View file

@ -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",