Skip to content

Commit

Permalink
Merge pull request #68 from gflohr/65-small-problems-at-using
Browse files Browse the repository at this point in the history
be compatible with older node versions
  • Loading branch information
gflohr authored Jan 8, 2025
2 parents 2e67bd3 + 80fa166 commit 18b8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format/format-factur-x.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Textdomain } from '@esgettext/runtime';
import { Injectable } from '@nestjs/common';
import crypto from 'crypto';
import { webcrypto as crypto } from 'crypto';
import {
AFRelationship,
PDFArray,
Expand Down

0 comments on commit 18b8dea

Please sign in to comment.