From 0553c80bbe2e602bbf03b3ce7976f410503b44f2 Mon Sep 17 00:00:00 2001 From: Nick Stefan Date: Wed, 30 Aug 2023 19:57:59 -0600 Subject: [PATCH] comment for example app --- examples/custom-axios/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-axios/app.js b/examples/custom-axios/app.js index c6a0b6b..8f489fc 100644 --- a/examples/custom-axios/app.js +++ b/examples/custom-axios/app.js @@ -1,5 +1,5 @@ const axios = require("axios"); -const HightouchEvents = require('@hightouchio/events-sdk-node'); // use version 2.x.x +const HightouchEvents = require('@hightouchio/events-sdk-node'); require('dotenv').config({ path: '../../.env' }); const writeKey = process.env.WRITE_KEY;