Skip to content

Commit

Permalink
FFM-10286 Don't re-poll immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands committed Dec 28, 2023
1 parent ae631a6 commit 69c2d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions force-app/main/classes/FFClient.cls
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,10 @@ public class FFClient {
// for the next scheduled poll interval.
private Boolean initialFetchAccountedFor = false;

public CacheUpdator(FFClient client, Boolean initialFetchCompleted) {
public CacheUpdator(FFClient client) {
this.client = client;
}


public Object call(String action, Map<String, Object> args) {

if (!initialFetchAccountedFor) {
Expand Down

0 comments on commit 69c2d29

Please sign in to comment.