Merged in hotfix/2026-02-23 (pull request #3044)

IO-3578 Fortellis Regex Fix
This commit is contained in:
Allan Carr
2026-02-25 00:34:17 +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 = {}) {