Moved addition into action.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
2026-02-09 23:32:14 -05:00
parent aae2548da3
commit 9dbaaceb80
8 changed files with 107 additions and 103 deletions

View File

@@ -10,7 +10,7 @@ pub struct RequestData {
}
impl RequestData {
fn new() -> Self {
pub fn new() -> Self {
Self {
data: HashMap::new(),
}