mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-06 06:53:24 +00:00
Fixed auto-update toggle to refresh upon save
This commit is contained in:
@@ -1073,7 +1073,7 @@ router.patch(
|
||||
});
|
||||
|
||||
res.json({
|
||||
message: `Host auto-update ${autoUpdate ? "enabled" : "disabled"} successfully`,
|
||||
message: `Host auto-update ${auto_update ? "enabled" : "disabled"} successfully`,
|
||||
host: {
|
||||
id: host.id,
|
||||
friendlyName: host.friendly_name,
|
||||
|
||||
Reference in New Issue
Block a user