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:
@@ -111,7 +111,7 @@ class Match < ApplicationRecord
|
||||
sec = time.partition(':').last.to_i
|
||||
return minutes_in_seconds + sec
|
||||
else
|
||||
nil
|
||||
0
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user