Skip to content

Commit

Permalink
fixup! Migrate to biscuit-auth 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Jan 14, 2025
1 parent 462ee19 commit 18dd603
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/inspect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,10 +655,7 @@ fn handle_snapshot_evaluation(
policies,
result,
iterations: authorizer.iterations(),
elapsed_micros: authorizer
.execution_time()
.unwrap_or(evaluation_duration)
.as_micros(),
elapsed_micros: authorizer.execution_time().map(|e| e.as_micros()),
};

let query = inspect_snapshot
Expand Down

0 comments on commit 18dd603

Please sign in to comment.