mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Fix lint issues
This commit is contained in:
@@ -48,7 +48,7 @@ export default function getKubeArguments() {
|
||||
break;
|
||||
case "disabled":
|
||||
default:
|
||||
kubeData = {config: null};
|
||||
kubeData = { config: null };
|
||||
}
|
||||
|
||||
return kubeData;
|
||||
|
||||
Reference in New Issue
Block a user