Removing useless statement.
This commit is contained in:
parent
32bdc4a991
commit
009f30b5cc
|
@ -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