diff options
| -rwxr-xr-x | azalea-auth/src/auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index efb0daa1..67a45aa3 100755 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -522,7 +522,7 @@ pub enum CheckOwnershipError { Http(#[from] reqwest::Error), } -async fn check_ownership( +pub async fn check_ownership( client: &reqwest::Client, minecraft_access_token: &str, ) -> Result<bool, CheckOwnershipError> { |
