Clean old widget value before sending to client

This commit is contained in:
damii 2024-11-27 19:29:34 +11:00
parent 43b08ccd68
commit b225d3850e

View File

@ -664,7 +664,7 @@ export function cleanServiceGroups(groups) {
return widget;
});
}
cleanedService.widget = null;
return cleanedService;
}),
}));