Skill issue
| @@ -507,7 +507,7 @@ async function uploadBackground(formData) { | ||
| 507 | 507 | |
| 508 | 508 | const response = await fetch('/api/backgrounds/upload', { |
| 509 | 509 | method: 'POST', |
| 510 | 510 | headers: getRequestHeaders()headers, |
| 511 | 511 | body: formData, |
| 512 | 512 | cache: 'no-cache', |
| 513 | 513 | }); |