Skip to content

Commit

Permalink
Changed trait
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jan 3, 2024
1 parent 9ea576d commit 720f321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub trait PendingNotifications {
fn get_notification(input: GetNotificationInput) -> ExternResult<Option<Notification>>;

fn emit_new_pending_notification(notification: Notification) -> ExternResult<()> {
emit_signal(pending_notification)?;
emit_signal(notification)?;

Ok(())
}
Expand Down

0 comments on commit 720f321

Please sign in to comment.