Skip to content

Commit

Permalink
feat: add reply needed in subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Nov 14, 2024
1 parent ff5eecd commit 462ad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub async fn submit_handler(
email_address: body.email_address.clone(),
command,
account_code,
subject: body.subject.clone(),
subject: format!("[Reply Needed] {}", body.subject.clone()),
body: body.body.clone(),
},
(*relayer_state).clone(),
Expand Down

0 comments on commit 462ad8c

Please sign in to comment.