mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Remove widget type passing
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user