mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-13 20:52:45 +08:00
Fix: correct k8s node response
This commit is contained in:
@@ -34,7 +34,6 @@ export default async function handler(req, res) {
|
||||
namespace,
|
||||
labelSelector,
|
||||
})
|
||||
.then((response) => response.body)
|
||||
.catch((err) => {
|
||||
logger.error("Error getting pods: %d %s %s", err.statusCode, err.body, err.response);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user