mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-07 06:25:33 +01:00
Fix typo
This commit is contained in:
parent
022f83a387
commit
22440ab66f
3 changed files with 12 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue