Skip to content

Commit

Permalink
613: Remove old homebrew caching method and field
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Oct 25, 2023
1 parent 6b691d8 commit 28d4505
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ public class ReportStreamOrderSender implements OrderSender {
private static final Map<String, String> RS_AUTH_API_HEADERS =
Map.of("Content-Type", "application/x-www-form-urlencoded");

private String rsTokenCache;

protected synchronized void setRsTokenCache(String token) {
this.rsTokenCache = token;
}

@Inject private HttpClient client;
@Inject private AuthEngine jwt;
@Inject private Formatter formatter;
Expand Down

0 comments on commit 28d4505

Please sign in to comment.