Skip to content

Commit 3527365

Browse files
committed
fix
1 parent adf95cf commit 3527365

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hubspot-contacts/src/types.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,6 @@ pub mod error {
489489
serde :: Serialize, serde :: Deserialize, PartialEq, Debug, Clone, schemars :: JsonSchema,
490490
)]
491491
pub struct StandardError {
492-
#[serde(
493-
rename = "subCategory",
494-
default,
495-
skip_serializing_if = "Option::is_none"
496-
)]
497-
pub sub_category: Option<SubCategory>,
498492
pub context: std::collections::HashMap<String, Vec<String>>,
499493
pub links: std::collections::HashMap<String, String>,
500494
#[serde(default, skip_serializing_if = "Option::is_none")]

0 commit comments

Comments
 (0)