mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +00:00
Fixed bug in extractComponents()
This commit is contained in:
parent
eb07e6613f
commit
600f98ddab
@ -82,6 +82,9 @@ function extractComponents(url) {
|
||||
// Identifier exists, so don't include it in the path
|
||||
parts.shift();
|
||||
}
|
||||
else {
|
||||
identifier = null;
|
||||
}
|
||||
}
|
||||
|
||||
const path = parts.join("/");
|
||||
|
Loading…
x
Reference in New Issue
Block a user