Cameron 3 месяцев назад
Родитель
Сommit
ba4cc3bf86
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/opencode/src/file/index.ts

+ 0 - 2
packages/opencode/src/file/index.ts

@@ -87,8 +87,6 @@ export namespace File {
     const tops = ["image", "audio", "video", "font", "model", "multipart"]
     if (tops.includes(top)) return true
 
-    if (type === "application/octet-stream") return true
-
     const bins = [
       "zip",
       "gzip",