mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
rm comments
This commit is contained in:
parent
39b82fbe0f
commit
087ddb842d
1 changed files with 0 additions and 2 deletions
|
|
@ -13,9 +13,7 @@ async function handler(message: Message) {
|
|||
attachments.map(async (attachment) => {
|
||||
const { filename, url } = attachment;
|
||||
const response = await fetch(url);
|
||||
console.log("got response");
|
||||
const buffer = await response.buffer();
|
||||
console.log("got buffer");
|
||||
return { filename, buffer };
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue