3
0
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:
CalDescent 2023-01-29 13:23:12 +00:00
parent 6c445ff646
commit eb07e6613f

View File

@ -86,7 +86,7 @@ function extractComponents(url) {
const path = parts.join("/");
const components = [];
const components = {};
components["service"] = service;
components["name"] = name;
components["identifier"] = identifier;