Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap parameter order in check_access method call
The method call to check_access in main.rs has been updated. The order of parameters has been switched, with claims_result.unwrap() coming before locator.body.clone(). This provides a more logical order for processing input parameters.
- Loading branch information