Skip to content

Commit

Permalink
SB-RC fix: Updated imports to fix the rendering pdf issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Sep 10, 2024
1 parent e2ab3e8 commit 12b86d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {
} from '@nestjs/common';
import { W3CCredential } from 'vc.types';
import { JwtCredentialSubject } from 'src/app.interface';
import * as wkhtmltopdf from 'wkhtmltopdf';
import wkhtmltopdf from 'wkhtmltopdf';
import { compile } from 'handlebars';
import * as QRCode from 'qrcode';
import QRCode from 'qrcode';
import JSZip from 'jszip';

@Injectable()
Expand Down

0 comments on commit 12b86d8

Please sign in to comment.