mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX buid time bug
This commit is contained in:
@@ -5,7 +5,7 @@ module Ci::BuildsHelper
|
||||
end
|
||||
|
||||
def render_duartion_time(end_time, start_time)
|
||||
return nil if end_time == 0
|
||||
return nil if end_time == 0 || state_time == 0
|
||||
game_spend_time(end_time - start_time)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user