mirror of
https://github.com/woodchen-ink/obsidian-publish-to-discourse.git
synced 2025-07-17 13:23:33 +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, {
|
||||
method: "POST",
|
||||
body: formData,
|
||||
headers,
|
||||
headers: new Headers(headers),
|
||||
});
|
||||
|
||||
console.log(`Upload Image response: ${response.status}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user