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