Skip to content

Commit

Permalink
feat(qrcode): change lib
Browse files Browse the repository at this point in the history
  • Loading branch information
KostaD02 committed Sep 12, 2023
1 parent c5da138 commit c691179
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 169 deletions.
178 changes: 10 additions & 168 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
"easyqrcodejs": "^4.4.13",
"handlebars": "^4.7.8",
"mongoose": "^7.4.2",
"nodemailer": "^6.9.4",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-strategy": "^1.0.0",
"qrcode": "^1.5.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
Expand Down
1 change: 1 addition & 0 deletions src/modules/qrcode/qrcode.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Injectable } from '@nestjs/common';
import QRCode from 'easyqrcodejs';

@Injectable()
export class QrCodeService {}

0 comments on commit c691179

Please sign in to comment.