mirror of
https://github.com/woodchen-ink/obsidian-publish-to-discourse.git
synced 2025-07-18 05:42:05 +08:00
remove workflow
This commit is contained in:
parent
4b45f5fd38
commit
f0fdf37ba8
@ -63,7 +63,7 @@ export default class DiscourseSyncPlugin extends Plugin {
|
|||||||
const response = await fetch(url, {
|
const response = await fetch(url, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: formData,
|
body: formData,
|
||||||
headers,
|
headers: new Headers(headers),
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`Upload Image response: ${response.status}`);
|
console.log(`Upload Image response: ${response.status}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user