Skip to content

Commit

Permalink
add test string
Browse files Browse the repository at this point in the history
  • Loading branch information
sstepanchuk committed Feb 20, 2025
1 parent fb9a553 commit d67dc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/client/news/components/newsitem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub async fn get_text() -> Result<String, ServerFnError> {
};

Ok(
email_template.render()?
"TESTTT".to_string()
)
}

Expand Down

0 comments on commit d67dc39

Please sign in to comment.