Remove widget type passing

This commit is contained in:
shamoon 2024-06-03 09:20:26 -07:00
parent d42271acf6
commit f13144ceb8
2 changed files with 6 additions and 2 deletions

View file

@ -10,7 +10,6 @@ export function formatApiCall(url, args) {
export function getURLSearchParams(widget, endpoint) {
const params = new URLSearchParams({
type: widget.type,
group: widget.service_group,
service: widget.service_name,
});