Merge remote-tracking branch 'origin/release/2026-02-27' into feature/IO-3554-Form-Row-Layout

This commit is contained in:
Dave
2026-02-25 13:56:40 -05: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 = {}) {