소스 검색

Revert wrong fix

pull/54/head
Kristijan Mitrovic 4 년 전
부모
커밋
fb39d30ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/account/StandardSyncAccountService.java

+ 1
- 1
bubble-server/src/main/java/bubble/service/account/StandardSyncAccountService.java 파일 보기

@@ -60,7 +60,7 @@ public class StandardSyncAccountService implements SyncAccountService {
if (network.getState() != BubbleNetworkState.running) continue;
if (!network.syncAccount()) continue;
for (BubbleNode node : nodeDAO.findByNetwork(network.getUuid())) {
if (node.getUuid().equals(thisNetwork.getUuid())) {
if (node.getUuid().equals(configuration.getThisNode().getUuid())) {
log.info("sync: not notifying self");
continue;
}


불러오는 중...
취소
저장