mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-15 23:43:06 +03:00
* chore: update bun lockfile * feat: backend api bun support, jose used in bun runtime * fix: add missing await for signPayload call
2 lines
62 B
JavaScript
2 lines
62 B
JavaScript
module.exports = (req) => req?.ip?.replace(/:\d+[^:]*$/, '');
|