Skip to content

Commit cacb047

Browse files
authored
Make check_ownership pub (#126)
1 parent ddf85a1 commit cacb047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azalea-auth/src/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ pub enum CheckOwnershipError {
522522
Http(#[from] reqwest::Error),
523523
}
524524

525-
async fn check_ownership(
525+
pub async fn check_ownership(
526526
client: &reqwest::Client,
527527
minecraft_access_token: &str,
528528
) -> Result<bool, CheckOwnershipError> {

0 commit comments

Comments
 (0)