Skip to content

Commit

Permalink
Fix evaluating flip noise epoch (#860)
Browse files Browse the repository at this point in the history
* Fix evaluating flip noise epoch

* Make formatting with eslint/prettier
  • Loading branch information
aidenaio committed Nov 8, 2022
1 parent 148364a commit 735fc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/screens/flips/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -878,4 +878,4 @@ export async function protectFlip({images}) {
}

export const checkIfFlipNoiseEnabled = epochNumber =>
epochNumber >= global.env?.FLIP_NOISE_EPOCH_START ?? 95
epochNumber >= (global.env?.FLIP_NOISE_EPOCH_START ?? 95)

0 comments on commit 735fc7e

Please sign in to comment.