mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-21 04:31:57 +00:00
8 lines
No EOL
160 B
JavaScript
8 lines
No EOL
160 B
JavaScript
const cleanUpPrimaryKeyValue = (value) => {
|
|
// For Bing convoId handling
|
|
return value.replace(/--/g, '-');
|
|
}
|
|
|
|
module.exports = {
|
|
cleanUpPrimaryKeyValue,
|
|
} |