Skip to content

Commit

Permalink
add dotenv in findr adapter index
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmssdish committed Dec 18, 2023
1 parent 4aee76b commit 78aabf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions findr/adapters/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import Connection from './connections.js'
import dotenv from 'dotenv'

dotenv.config()

/**
* Defines the endpoint to trigger the adapters based on the provided configuration.
Expand Down

0 comments on commit 78aabf5

Please sign in to comment.