This commit is contained in:
David Arranz 2023-10-24 18:05:21 +02:00
parent 78cb60764a
commit c342dc5b01

View File

@ -99,6 +99,9 @@ module.exports.generateQRConfig = function (params) {
color: params.color,
};
}
console.log('generateQRConfig<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<', params, qrConfig);
return qrConfig;
};