Skip to content

Commit

Permalink
explicitly import crypto module
Browse files Browse the repository at this point in the history
Possible fix for #65 part c.
  • Loading branch information
gflohr committed Jan 7, 2025
1 parent b913e2a commit 160b90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/format/format-factur-x.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Textdomain } from '@esgettext/runtime';
import { Injectable } from '@nestjs/common';
import crypto from 'crypto';
import {
AFRelationship,
PDFArray,
Expand Down

0 comments on commit 160b90d

Please sign in to comment.