Skip to content

Commit

Permalink
fix: stamp abcd
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 16, 2024
1 parent a716cb4 commit f9891cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/stamp/stamp.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ func (s *serviceImpl) addNewScore(stamp *model.Stamp, idx int) {
stamp.PointB += 2
stamp.PointC++
stamp.PointD++
} else if idx >= 4 && idx <= 6 {
} else if idx >= 5 && idx <= 7 {
stamp.PointA++
stamp.PointD++
} else if idx == 7 {
} else if idx == 8 {
stamp.PointA++
} else {
stamp.PointA += 2
Expand Down

0 comments on commit f9891cf

Please sign in to comment.