Skip to content

Commit f872768

Browse files
authored
Remove unused dotenv import (#160)
* Remove dotenv import from config.ts * Add changeset
1 parent fb8297d commit f872768

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/many-rice-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@dgac/nmb2b-client': patch
3+
---
4+
5+
Remove unused dotenv/config import from config.ts

src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'dotenv/config';
21
import type { Security } from './security';
32
import { isValidSecurity } from './security';
43
import type { B2BFlavour } from './constants';

0 commit comments

Comments
 (0)