mirror of https://github.com/louislam/uptime-kuma
Cache Cleared (#6101)
parent
cd9f83c54f
commit
0e30c43a80
|
@ -343,6 +343,8 @@ module.exports.statusPageSocketHandler = (socket) => {
|
||||||
statusPageID
|
statusPageID
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
apicache.clear();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
throw new Error("Status Page is not found");
|
throw new Error("Status Page is not found");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue