Skip to content

Commit

Permalink
deprecate kind field in actions (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi authored Apr 1, 2024
1 parent 893a719 commit 88b0fba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uplink/src/base/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ pub struct Action {
// action id
#[serde(alias = "id")]
pub action_id: String,
// determines if action is a process
pub kind: String,
// action name
pub name: String,
// action payload. json. can be args/payload. depends on the invoked command
Expand Down

0 comments on commit 88b0fba

Please sign in to comment.