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

@@ -811,9 +811,9 @@ impl DocumentFile {
mod document_files {
use super::*;
use crate::{
action::Operand,
action::{Addition, Operand},
document::field::FieldType,
message::wrapper::{Addition, Delete},
message::wrapper::Delete,
name::{Name, Names},
support_tests::TIMEOUT,
};