Commit 1f2e92ba authored by yann300's avatar yann300

extractSwarmHash returns value

parent c1c0c974
......@@ -187,6 +187,7 @@ module.exports = {
extractSwarmHash: function (value) {
value = value.replace(this.swarmHashExtraction(), '')
value = value.replace(this.swarmHashExtractionPOC3(), '')
return value
},
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment