This commit is contained in:
Joe Ma 2022-09-12 00:50:10 +08:00
parent 022f83a387
commit 22440ab66f
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
3 changed files with 12 additions and 3 deletions

View file

@ -508,10 +508,10 @@ async function get_paste_info(uuid: string, descriptor: PasteIndexEntry, env: En
const qrcode = await res.text();
content += '\n';
content += qrcode;
content += '\n';
}
}
content += '\n';
return new Response(content);
}