Skip to content

Commit

Permalink
Add proper dep @jcoreio/async-throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
bhj committed Aug 15, 2020
1 parent fc2640d commit 17989f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 63 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@jcoreio/async-throttle": "^1.1.2",
"bcrypt": "^5.0.0",
"ctx-compose": "^3.0.0",
"electron-log": "^3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion server/Scanner/Scanner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const throttle = require('../lib/async-throttle')
const throttle = require('@jcoreio/async-throttle')
const {
SCANNER_WORKER_STATUS,
} = require('../../shared/actionTypes')
Expand Down
62 changes: 0 additions & 62 deletions server/lib/async-throttle.js

This file was deleted.

0 comments on commit 17989f2

Please sign in to comment.