We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daa824 commit 367bb22Copy full SHA for 367bb22
src/index.js
@@ -6,6 +6,8 @@ const SDK_NAME = 'Intento.NodeJS'
6
7
const DEFAULT_AWAIT_DELAY = 1000
8
9
+require('dotenv').config()
10
+
11
const https = require('https')
12
const querystring = require('querystring')
13
const {
0 commit comments