Currently the npm run lint failed with the following error which blocks the release of loopback-next modules
../loopback-next/extensions/socketio/src/socketio.server.ts
239:7 error Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Currently the
npm run lint
failed with the following error which blocks the release of loopback-next modulesThis PR fixes the lint error.
Checklist
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈