Skip to content

Commit

Permalink
remove redundant constructor initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Sep 4, 2024
1 parent 1b47ce0 commit 077b812
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ private FireboltProperties getSessionPropertiesForSystemEngine(String accessToke
.toBuilder()
.systemEngine(true)
.compress(false)
.accountId(null)
.host(systemEngienUrl.getHost())
.build();
}
Expand Down

0 comments on commit 077b812

Please sign in to comment.