Spent endless hours trying to figure out why getContactsWorker stopped working. Only the worker. GetContacts continued to work fine.
It turns out it was this:
"eslint": "^6.8.0"
and/or this:
"eslint-plugin-promise": "^4.2.1",
I removed the two from packages.json and now it works fine.
Any idea why?
Spent endless hours trying to figure out why getContactsWorker stopped working. Only the worker. GetContacts continued to work fine.
It turns out it was this:
"eslint": "^6.8.0"
and/or this:
"eslint-plugin-promise": "^4.2.1",
I removed the two from packages.json and now it works fine.
Any idea why?