mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-14 11:15:49 +00:00
Fixed small bug
This commit is contained in:
parent
6c445ff646
commit
eb07e6613f
@ -86,7 +86,7 @@ function extractComponents(url) {
|
||||
|
||||
const path = parts.join("/");
|
||||
|
||||
const components = [];
|
||||
const components = {};
|
||||
components["service"] = service;
|
||||
components["name"] = name;
|
||||
components["identifier"] = identifier;
|
||||
|
Loading…
x
Reference in New Issue
Block a user