Skip to content

Commit

Permalink
post merge compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itstheceo committed Nov 26, 2024
1 parent e138303 commit 0e84b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Biscuit compareBlock(KeyPair root, Option<Biscuit> sampleToken, long sampleBlock
newSampleToken = builder.build();
} else {
Biscuit s = sampleToken.get();
newSampleToken = s.attenuate(outputSample.get());
newSampleToken = s.attenuate(outputSample.get(), Schema.PublicKey.Algorithm.Ed25519);
}

org.biscuitsec.biscuit.token.Block generatedSampleBlock;
Expand Down

0 comments on commit 0e84b05

Please sign in to comment.