Merged in feature/IO-3578-Fortellis-Regex-Fix (pull request #3041)

IO-3578 Fortellis Regex Fix
This commit is contained in:
Allan Carr
2026-02-25 00:30:33 +00:00

View File

@@ -14,7 +14,7 @@ const {
const _ = require("lodash");
const moment = require("moment-timezone");
const replaceSpecialRegex = /[^a-zA-Z0-9 .,\n #]+/g;
const replaceSpecialRegex = /[^a-zA-Z0-9 ]+/g;
// Helper function to handle FortellisApiError logging
function handleFortellisApiError(socket, error, functionName, additionalDetails = {}) {