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
508508 const response = await fetch('/api/backgrounds/upload', {
509509 method: 'POST',
510510 headers: getRequestHeaders()headers,
511511 body: formData,
512512 cache: 'no-cache',
513513 });