Преглед изворни кода

fix redundant casting in api.tsx

Mohammed Nafees пре 3 година
родитељ
комит
568bb7147a
1 измењених фајлова са 1 додато и 1 уклоњено
  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,