fix: linting

pull/28723/head
Jason Rasmussen 2026-06-03 11:01:12 -04:00
parent 43ac1afdb6
commit 7d199f5504
No known key found for this signature in database
GPG Key ID: 2EF24B77EAFA4A41
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ const uploadFile = async (input: string, stats: Stats): Promise<AssetMediaRespon
redirect: 'error',
headers: headers as Record<string, string>,
body: formData,
// eslint-disable-next-line unicorn/no-null
window: null,
});
if (response.status !== 200 && response.status !== 201) {