Ver Fonte

Prettier styling

jnfrati há 5 anos atrás
pai
commit
231e096d7f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dashboard/src/shared/api.tsx

+ 1 - 1
dashboard/src/shared/api.tsx

@@ -396,7 +396,7 @@ const getCluster = baseApi<
     cluster_id: number;
     cluster_id: number;
   }
   }
 >("GET", (pathParams) => {
 >("GET", (pathParams) => {
-  return `/api/projects/${pathParams.project_id}/clusters/${pathParams.cluster_id}`
+  return `/api/projects/${pathParams.project_id}/clusters/${pathParams.cluster_id}`;
 });
 });
 
 
 const getGitRepoList = baseApi<
 const getGitRepoList = baseApi<