forked from Qortal-Forker/qortal
Fixed small bug
This commit is contained in:
@@ -86,7 +86,7 @@ function extractComponents(url) {
|
||||
|
||||
const path = parts.join("/");
|
||||
|
||||
const components = [];
|
||||
const components = {};
|
||||
components["service"] = service;
|
||||
components["name"] = name;
|
||||
components["identifier"] = identifier;
|
||||
|
||||
Reference in New Issue
Block a user