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;