Merge pull request #6 from padlocks/dev

fix typos
This commit is contained in:
bee! 2022-03-23 14:28:16 -07:00 committed by GitHub
commit c8814c62e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
const axios = require('axios') const axios = require('axios')
const { Config, System, Util } = require('SimplyAPI') const { Config, System, Util } = require('simplyapi')
const pkUrl = Config.pk_url const pkUrl = Config.pk_url
const pkHeader = { const pkHeader = {

View file

@ -1,8 +1,8 @@
const dotenv = require('dotenv') const dotenv = require('dotenv')
dotenv.config() dotenv.config()
const { Config, System } = require('SimplyAPI') const { Config, System } = require('simplyapi')
const { Util } = require('SimplyAPI') const { Util } = require('simplyapi')
const { initializeCache, determineAction, insertFront, removeFront, updateCustomStatus } = require('./dataManager') const { initializeCache, determineAction, insertFront, removeFront, updateCustomStatus } = require('./dataManager')
let e let e

View file

@ -18,7 +18,7 @@
"lodash.isequal": "^4.5.0", "lodash.isequal": "^4.5.0",
"lodash.isobject": "^3.0.2", "lodash.isobject": "^3.0.2",
"lodash.transform": "^4.6.0", "lodash.transform": "^4.6.0",
"simplyapi": "^0.1.1", "simplyapi": "^0.1.2",
"ws": "^8.5.0" "ws": "^8.5.0"
}, },
"optionalDependencies": { "optionalDependencies": {