ソースを参照

fix(api): remove fixed source attribute from FileApi (#10353)

tags/0.11.1
-LAN- 1年前
コミット
1dae1a71fc
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      api/controllers/service_api/app/file.py

+ 0
- 1
api/controllers/service_api/app/file.py ファイルの表示

@@ -41,7 +41,6 @@ class FileApi(Resource):
content=file.read(),
mimetype=file.mimetype,
user=end_user,
source="datasets",
)
except services.errors.file.FileTooLargeError as file_too_large_error:
raise FileTooLargeError(file_too_large_error.description)

読み込み中…
キャンセル
保存