Skip to content

Commit

Permalink
chore: removed an extra line of fetchAndCacheConstraintFromEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Aug 30, 2023
1 parent d2b183f commit a6d761c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class DefaultRemoteLoggingConstraintProvider
_timer = Timer.periodic(_config.refreshIntervalInSeconds, (timer) async {
await _fetchAndCacheConstraintFromEndpoint();
});
await _fetchAndCacheConstraintFromEndpoint();
}
}
}
Expand Down

0 comments on commit a6d761c

Please sign in to comment.