소스 검색

crontab: health update

Yi 6 일 전
부모
커밋
d1aa66dc41
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      module/crontab/neck_ring_health.go

+ 0 - 1
module/crontab/neck_ring_health.go

@@ -107,7 +107,6 @@ func calculateNewScore(data *model.NeckRingHealth) int32 {
 	if data.IsImmunization == pasturePb.IsShow_Ok {
 		otherScore += 12
 	}
-
 	return data.Score + otherScore
 }