Cache Cleared (#6101)

pull/6104/head
Kanwarpreet Singh 2025-09-04 17:33:35 +05:30 committed by GitHub
parent cd9f83c54f
commit 0e30c43a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -343,6 +343,8 @@ module.exports.statusPageSocketHandler = (socket) => {
statusPageID
]);
apicache.clear();
} else {
throw new Error("Status Page is not found");
}