Просмотр исходного кода

fix redundant casting in api.tsx

Mohammed Nafees 4 лет назад
Родитель
Сommit
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,