I think removing google broke things
All checks were successful
ci / build-image (push) Successful in 12s

This commit is contained in:
Jonathan Cremin 2025-05-20 14:04:45 +01:00
parent 82e336ba22
commit 132d3032d4

View file

@ -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