Merge remote-tracking branch 'origin/feature/mongo-driver-v2'
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m34s
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m34s
This commit is contained in:
@@ -51,10 +51,7 @@ func GetIsoWeekCount(year int) int {
|
||||
w2 -= 1
|
||||
w3 -= 1
|
||||
|
||||
w := max(w2, w1)
|
||||
if w3 > w {
|
||||
w = w3
|
||||
}
|
||||
w := max(w3, max(w2, w1))
|
||||
|
||||
return w
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user