fixed a bug where sometimes removing a member from front would not register

This commit is contained in:
bee 2022-03-02 04:19:52 -08:00
parent 99affbb674
commit 8abbe93584
No known key found for this signature in database
GPG key ID: 70EECBF29DA75D8B
5 changed files with 54 additions and 51 deletions

View file

@ -10,14 +10,12 @@
"author": "padlocks",
"license": "ISC",
"dependencies": {
"ajv": "^8.10.0",
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"lodash.isarray": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.isobject": "^3.0.2",
"lodash.transform": "^4.6.0",
"pkapi.js": "^3.1.0",
"ws": "^8.5.0"
},
"optionalDependencies": {