Spaces:
Sleeping
Sleeping
Sync from enhance: d795216 feat: implement patch response parser for search and replace functionality
9bd4242 | import type express from 'express' | |
| export function getRequestClientId(req: express.Request): string | undefined { | |
| const clientId = String(req.headers['x-client-id'] || '').trim() | |
| return clientId || undefined | |
| } | |