Moved Query into separate actions.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-06 12:06:51 -05:00
parent 7f7e10a373
commit 5ffb79b7f2
12 changed files with 164 additions and 105 deletions

View File

@@ -29,7 +29,10 @@ impl Clock {
}
fn gen_message() -> Message {
Message::new(Clock::get_name(), MsgAction::OnUpdate(Records::new(Names::new())))
Message::new(
Clock::get_name(),
MsgAction::OnUpdate(Records::new(Names::new())),
)
}
pub fn get_path() -> Path {