Removing useless statement.
This commit is contained in:
parent
1f474ca106
commit
02a3b7425e
|
@ -110,7 +110,6 @@ exports.deleteEntityMetadata = async (appId, type, entityId) => {
|
|||
exports.escapeDangerousCharacters = string => {
|
||||
return string
|
||||
.replace(/[\\]/g, "\\\\")
|
||||
.replace(/[\/]/g, "\\/")
|
||||
.replace(/[\b]/g, "\\b")
|
||||
.replace(/[\f]/g, "\\f")
|
||||
.replace(/[\n]/g, "\\n")
|
||||
|
|
Loading…
Reference in New Issue