فهرست منبع

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
 }