style
This commit is contained in:
parent
915588a5bc
commit
167b1849f0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue