This commit is contained in:
MomentQYC 2024-10-06 21:41:07 +08:00
parent 915588a5bc
commit 167b1849f0
1 changed files with 0 additions and 2 deletions

View File

@ -159,8 +159,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
let contentType = res.headers.get('Content-Type') || 'application/octet-stream';
console.log(contentType);
if (contentType === 'audio/x-wav') {
return res.body;
} else {