This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new f77aeeb  fix: update instance dependency (#440)
f77aeeb is described below

commit f77aeeb6a411a6cd93ea5e67f456d563fcfc57ad
Author: Qiuxia Fan <[email protected]>
AuthorDate: Sat Mar 6 16:30:52 2021 +0800

    fix: update instance dependency (#440)
---
 src/store/modules/topology/index.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/store/modules/topology/index.ts 
b/src/store/modules/topology/index.ts
index 7c7043b..5de64af 100644
--- a/src/store/modules/topology/index.ts
+++ b/src/store/modules/topology/index.ts
@@ -643,8 +643,7 @@ const actions: ActionTree<State, any> = {
         for (const call of topoCalls) {
           if (call.detectPoints.includes('CLIENT')) {
             clientIdsC.push(call.id);
-          }
-          if (call.detectPoints.includes('SERVER')) {
+          } else {
             serverIdsC.push(call.id);
           }
         }

Reply via email to