mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00

* chore: update bun lockfile * feat: backend api bun support, jose used in bun runtime * fix: add missing await for signPayload call
1 line
62 B
JavaScript
1 line
62 B
JavaScript
module.exports = (req) => req?.ip?.replace(/:\d+[^:]*$/, '');
|