I think removing google broke things
All checks were successful
ci / build-image (push) Successful in 12s
All checks were successful
ci / build-image (push) Successful in 12s
This commit is contained in:
parent
82e336ba22
commit
132d3032d4
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ const queue = kue.createQueue({
|
|||
function search(data, done) {
|
||||
const share = data.share;
|
||||
const service = services.find(item => data.service.id === item.id);
|
||||
if (!service) {
|
||||
return;
|
||||
}
|
||||
debug(`Searching on: ${service.id}`);
|
||||
co(function* gen() {
|
||||
// eslint-disable-line no-loop-func
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue