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

This commit is contained in:
2026-02-07 22:45:18 -05:00
parent 3d19493763
commit 5d8624656a
9 changed files with 11 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
use crate::{
action::MsgAction,
message::{action::Action, wrapper::Message},
action::{Action, MsgAction},
message::wrapper::Message,
mtterror::MTTError,
name::{Name, NameType, Names},
queue::router::Queue,