Revert "feat(cherry-store): add cherry store (#8683)"
This reverts commit 4d79c96a4b.
This commit is contained in:
@@ -273,7 +273,7 @@ export default class MineruPreprocessProvider extends BasePreprocessProvider {
|
||||
|
||||
const response = await fetch(uploadUrl, {
|
||||
method: 'PUT',
|
||||
body: new Uint8Array(fileBuffer),
|
||||
body: fileBuffer,
|
||||
headers: {
|
||||
'Content-Type': 'application/pdf'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user