Pārlūkot izejas kodu

fix redundant casting in api.tsx

Mohammed Nafees 4 gadi atpakaļ
vecāks
revīzija
568bb7147a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      dashboard/src/shared/api.tsx

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

@@ -2069,7 +2069,7 @@ export default {
   getClusterNode,
   getConfigMap,
   getPRDeploymentList,
-  getPRDeploymentByEnvironment: getPRDeploymentByEnvironment,
+  getPRDeploymentByEnvironment,
   getPRDeployment,
   getGHAWorkflowTemplate,
   getGitRepoList,