Skill issue

471004b828203cc843136d57aab7278579078265

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/backgrounds.js+1 -1
@@ -507,7 +507,7 @@ async function uploadBackground(formData) {
507507
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 });