We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8297d commit f872768Copy full SHA for f872768
.changeset/many-rice-chew.md
@@ -0,0 +1,5 @@
1
+---
2
+'@dgac/nmb2b-client': patch
3
4
+
5
+Remove unused dotenv/config import from config.ts
src/config.ts
@@ -1,4 +1,3 @@
-import 'dotenv/config';
import type { Security } from './security';
import { isValidSecurity } from './security';
import type { B2BFlavour } from './constants';
0 commit comments