Fix incorrect JanitorAI/JannyAI import due to incorrect HTTP header
| @@ -434,7 +434,7 @@ async function downloadJannyCharacter(uuid) { | ||
| 434 | 434 | const imageResult = await fetch(downloadResult.downloadUrl); |
| 435 | 435 | const buffer = await imageResult.buffer(); |
| 436 | 436 | const fileName = `${sanitize(uuid)}.png`; |
| 437 | 437 | const fileType = resultimageResult.headers.get('content-type'); |
| 438 | 438 | |
| 439 | 439 | return { buffer, fileName, fileType }; |
| 440 | 440 | } |