Compare commits

..

No commits in common. "2230259e4aa37c208355d78bb2f3dde7eace56d7" and "53c78c30e1e1e175a1c67fa1526b82014eafb882" have entirely different histories.

5 changed files with 4 additions and 5 deletions

View File

@ -18,7 +18,6 @@ const sendEmailSchema = z.object({
})
async function generateBarcodeDataURL(data) {
return `https://barcodeapi.org/api/128/${data}`
const buffer = await toBuffer({
bcid: 'code128',
text: data,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long