Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6469cb7

Browse files
allow live batches to pause the run attempt
1 parent 9d3dba5 commit 6469cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/models/run-attempt.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default DS.Model.extend({
3636
return (
3737
this.premium &&
3838
!this.isExpired &&
39-
(this.runTier=='PREMIUM' || this.runTier == null) &&
39+
(['PREMIUM','LIVE'].includes(this.runTier) || this.runTier == null) &&
4040
(this.pauseTimeLeft >= (1 * 24 * 60 * 60 * 1000))
4141
)
4242
}),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /