1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 23:17:25 +00:00

Fixed pool order by only getting team points from pool wins and fixing calculating pin time

This commit is contained in:
2024-12-16 00:19:30 -05:00
parent a851436c0c
commit d34fd873c0
3 changed files with 11 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ class Match < ApplicationRecord
sec = time.partition(':').last.to_i
return minutes_in_seconds + sec
else
nil
0
end
end