mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Make check_ownership pub (#126)
This commit is contained in:
parent
ddf85a1be7
commit
cacb04718d
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ pub enum CheckOwnershipError {
|
||||||
Http(#[from] reqwest::Error),
|
Http(#[from] reqwest::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn check_ownership(
|
pub async fn check_ownership(
|
||||||
client: &reqwest::Client,
|
client: &reqwest::Client,
|
||||||
minecraft_access_token: &str,
|
minecraft_access_token: &str,
|
||||||
) -> Result<bool, CheckOwnershipError> {
|
) -> Result<bool, CheckOwnershipError> {
|
||||||
|
|
Loading…
Add table
Reference in a new issue