Skip to content

Commit

Permalink
doc(runtime): improve comment for GetEvents action
Browse files Browse the repository at this point in the history
Co-authored-by: Lachezar Lechev <[email protected]>
  • Loading branch information
tymmesyde and elpiel authored Dec 14, 2023
1 parent 453c3d2 commit 20fafcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/msg/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub enum ActionCtx {
PullNotifications,
/// Make request to api to get events modal and notification
GetEvents,
/// Dismiss an event
/// Dismiss an event by id, either a Modal or Notification
DismissEvent(String),
}

Expand Down

0 comments on commit 20fafcc

Please sign in to comment.