Missing comma

This commit is contained in:
2020-01-28 13:24:15 +01:00
parent 061c359ec4
commit 854d4fd553

View File

@@ -55,7 +55,7 @@ export default {
let canvas = this.$refs["canvas"];
QRCode.toCanvas(
canvas,
this.vippsUrlBasedOnUserAgent
this.vippsUrlBasedOnUserAgent,
{ errorCorrectionLevel: "Q" },
(err, url) => {
if (err != null) {