Skip to content

Commit

Permalink
fix: genDataMatrix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Jun 5, 2024
1 parent 3b6204e commit b28a6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/pdf-generate/helpers/notices/genDataMatrix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const bwipjs = require('bwip-js');
const { v4: uuidv4 } = require("uuid");
const path = require('path');
const fs = require('fs');

function genDataMatrix(data, saveDir) {
const filename = path.join(
Expand Down

0 comments on commit b28a6c9

Please sign in to comment.