Include region in user subscription metadata (#3733)

This commit is contained in:
François-Xavier Talbot
2025-06-02 01:13:06 -04:00
committed by GitHub
parent 7b535a1c2a
commit 7223c2b197
2 changed files with 10 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ impl SubscriptionStatus {
#[derive(Serialize, Deserialize)]
#[serde(tag = "type", rename_all = "kebab-case")]
pub enum SubscriptionMetadata {
Pyro { id: String },
Pyro { id: String, region: Option<String> },
}
#[derive(Serialize, Deserialize)]