Skip to content

Commit

Permalink
Merge pull request #36 from kennethloeffler/asset-get-operation-respo…
Browse files Browse the repository at this point in the history
…nse-no-type

Remove @type field from AssetGetOperationResponse
  • Loading branch information
Sleitnick authored Nov 27, 2023
2 parents 0f1cba7 + bce66b6 commit 46eff19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rbx/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ pub struct AssetGetOperation {
#[derive(Deserialize, Debug)]
#[serde(rename_all = "camelCase")]
pub struct AssetGetOperationResponse {
#[serde(rename = "@type")]
pub response_type: String,
pub path: String,
pub revision_id: String,
pub revision_create_time: String,
Expand Down

0 comments on commit 46eff19

Please sign in to comment.