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 08597d0 commit c247b1dCopy full SHA for c247b1d
1 file changed
number-insight-v2/sim-swap.js
@@ -1,10 +1,11 @@
1
require('dotenv').config({ path: __dirname + '/../.env' });
2
-const { NumberInsightV2, Insight } = require('@vonage/number-insight-v2');
3
4
const VONAGE_API_KEY = process.env.VONAGE_API_KEY;
5
const VONAGE_API_SECRET = process.env.VONAGE_API_SECRET;
6
const INSIGHT_NUMBER = process.env.INSIGHT_NUMBER;
7
+const { NumberInsightV2, Insight } = require('@vonage/number-insight-v2');
8
+
9
const insight = new NumberInsightV2({
10
apiKey: VONAGE_API_KEY,
11
apiSecret: VONAGE_API_SECRET,
0 commit comments