updated typo and fix for no webaddress

This commit is contained in:
2022-01-05 10:22:33 +00:00
parent 75be655611
commit 2b824fe80d
8 changed files with 135 additions and 118 deletions
-1
View File
@@ -2,7 +2,6 @@ import axios from "axios";
import https from "https";
import CryptoJS from "crypto-js";
import HmacSHA256 from "crypto-js/hmac-sha256";
import { has, indexOf } from "lodash";
let BASE_URL;
const port = parseInt(process.env.PORT, 10) || 3000;