mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01: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,
|
|
} |