Skip to content

Commit

Permalink
fix: Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 4, 2024
1 parent 6706092 commit fa6c3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/hub/src/license.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub async fn check_store_license() -> Result<Option<(String, bool, bool)>, &'sta
is_trial = false;
Ok(Some((bundle_id, is_active, is_trial)))
} else {
return None
return Ok(None)
}
}

Expand Down

0 comments on commit fa6c3a4

Please sign in to comment.