diff --git a/project/src/utils/HttpResponseUtil.ts b/project/src/utils/HttpResponseUtil.ts index ecc6db62..dbd90c07 100644 --- a/project/src/utils/HttpResponseUtil.ts +++ b/project/src/utils/HttpResponseUtil.ts @@ -21,7 +21,7 @@ export class HttpResponseUtil return s.replace(/[\b]/g, "").replace(/[\f]/g, "").replace(/[\n]/g, "").replace(/[\r]/g, "").replace( /[\t]/g, "", - ).replace(/[\\]/g, ""); + ); } /**