mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-12 21:21:21 -07:00
Fixed lint issues.
This commit is contained in:
@@ -32,8 +32,8 @@ export default async function handler(req, res) {
|
||||
const podsResponse = await coreApi
|
||||
.listNamespacedPod(
|
||||
{
|
||||
namespace: namespace,
|
||||
labelSelector:labelSelector
|
||||
namespace,
|
||||
labelSelector
|
||||
}
|
||||
)
|
||||
.then((response) => response.body)
|
||||
|
||||
Reference in New Issue
Block a user