Skip to content

Commit

Permalink
revert #331 for react
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed May 16, 2024
1 parent 0f20e4a commit c870d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uplink/src/base/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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 c870d48

Please sign in to comment.