Skip to content

Commit

Permalink
Add more belt-and-braces
Browse files Browse the repository at this point in the history
  • Loading branch information
kittylyst committed Jul 30, 2024
1 parent 355d00f commit c2c1105
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ public class InsightsFileWritingClient implements InsightsHttpClient {
public InsightsFileWritingClient(InsightsLogger logger, InsightsConfiguration config) {
this.logger = logger;
this.config = config;
if (!config.isOptingOut()) {
ensureArchiveUploadDirExists();
}
ensureArchiveUploadDirExists();
}

private void ensureArchiveUploadDirExists() {
Expand Down

0 comments on commit c2c1105

Please sign in to comment.