remove workflow

This commit is contained in:
Tim Finley 2024-06-28 23:16:39 -04:00
parent 4b45f5fd38
commit f0fdf37ba8

View File

@ -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}`);