Skip to content

Commit

Permalink
FFM-10286 Fix incorrect ms param
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands committed Dec 28, 2023
1 parent e547941 commit d547fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/classes/FFConfig.cls
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class FFConfig {
}

public Builder evalExpireAfter(Integer seconds) {
this.evalExpireAfter = ms;
this.evalExpireAfter = seconds;
return this;
}

Expand Down

0 comments on commit d547fcb

Please sign in to comment.