mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01: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+[^:]*$/, '');
|