Skip to content

Commit

Permalink
pr remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Mar 18, 2024
1 parent 5d968ef commit 4aabceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private ServiceResult<DataAddress> refreshAndUpdateToken(DataAddress edr, String
private boolean isExpired(DataAddress edr, org.eclipse.edc.edr.spi.types.EndpointDataReferenceEntry metadata) {
var expiresInString = edr.getStringProperty(TX_AUTH_NS + "expiresIn");
if (expiresInString == null) {
return true;
return false;
}

var expiresIn = Long.parseLong(expiresInString);
Expand Down

0 comments on commit 4aabceb

Please sign in to comment.