loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.96k stars 1.07k forks source link

fix: fix lint error #10742

Closed dhmlau closed 4 days ago

dhmlau commented 6 days ago

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

This PR fixes the lint error.

Checklist

👉 Check out how to submit a PR 👈