diff --git a/crates/zeta/src/zeta.rs b/crates/zeta/src/zeta.rs index 2dd6b7cbf29826b7cc654a98dd38986b4cca1081..bdd5c6412bf94d393ba83ac87b5f2918406d571f 100644 --- a/crates/zeta/src/zeta.rs +++ b/crates/zeta/src/zeta.rs @@ -189,7 +189,8 @@ pub struct Zeta { data_collection_choice: Entity, llm_token: LlmApiToken, _llm_token_subscription: Subscription, - tos_accepted: bool, // Terms of service accepted + /// Whether the terms of service have been accepted. + tos_accepted: bool, _user_store_subscription: Subscription, license_detection_watchers: HashMap>, }