We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3d2a7 commit 350fda7Copy full SHA for 350fda7
src/main/java/com/iexec/worker/security/TokenService.java
@@ -22,7 +22,6 @@ public class TokenService {
22
23
public TokenService(CredentialsService credentialsService,
24
WorkerClient workerClient) {
25
-
26
this.credentialsService = credentialsService;
27
this.workerClient = workerClient;
28
expireToken();
0 commit comments