Skip to content

Commit

Permalink
chore: updated genDataMatrix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed May 10, 2024
1 parent 057d196 commit 9a766ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pdf-generate/helpers/notices/genDataMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const bitgener = require('bitgener');
const { v4: uuidv4 } = require("uuid");
const path = require('path');

function genDataMatrix(data, path) {
function genDataMatrix(data, saveDir) {
const filename = path.join(saveDir,uuidv4()+".svg");
bitgener({
data: data,
Expand Down

0 comments on commit 9a766ab

Please sign in to comment.