소스 검색

bug squashin

worker-9 4 년 전
부모
커밋
696f83a40d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      netclient/functions/checkin.go

+ 1 - 0
netclient/functions/checkin.go

@@ -261,6 +261,7 @@ func Push(network string) error {
 		log.Println("Failed to authenticate:", err)
 		return err
 	}
+	postnode.SetLastCheckIn()
 	nodeData, err := json.Marshal(&postnode)
 	if err != nil {
 		return err