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