IO-233 Update Regex for CDK.

This commit is contained in:
Patrick Fic
2021-10-27 10:46:06 -07:00
parent 67eb430ff9
commit 34e220dcad

View File

@@ -15,7 +15,7 @@ const CalcualteAllocations = require("./cdk-calculate-allocations").default;
const moment = require("moment");
const replaceSpecialRegex = `[^a-zA-Z0-9 .,\n #]+/g`;
const replaceSpecialRegex = /[^a-zA-Z0-9 .,\n #]+/g;
exports.default = async function (socket, { txEnvelope, jobid }) {
socket.logEvents = [];