Skip to content

Commit

Permalink
Merge pull request #14 from isd-sgcu/dev
Browse files Browse the repository at this point in the history
fix: stamp abcd
  • Loading branch information
bookpanda authored Jul 16, 2024
2 parents e313dc9 + f9891cf commit c5c0a53
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 c5c0a53

Please sign in to comment.