mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: small changes
This commit is contained in:
@ -133,9 +133,7 @@ const router = createNextRoute(contract, {
|
||||
const match = body.toString().match(regexPattern);
|
||||
const documentTitle = match?.[1] ?? 'Untitled document';
|
||||
|
||||
console.log(body.toString());
|
||||
|
||||
const file = new Blob([body.toString()], {
|
||||
const file = new Blob([body], {
|
||||
type: 'application/pdf',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user