Updating comments
Release Tagging / release (pull_request) Successful in 45s
swoosh Build / Check (pull_request) Successful in 59s
swoosh Build / Rustfmt (pull_request) Successful in 25s
swoosh Build / Clippy (pull_request) Failing after 27s
swoosh Build / build (pull_request) Successful in 46s
swoosh Build / Test Suite (pull_request) Failing after 2m6s

This commit is contained in:
2026-06-04 20:15:15 -04:00
parent 70f5261b49
commit 6d5e10857d
+1 -5
View File
@@ -1,8 +1,4 @@
// Things needed to send a message /// Parameters - Controls flow of sending message
// Contact - Receipient to send to (textsender-models)
// Message - The content to sent (textsender-models)
// Parameters - Controls flow of sending message
// Config - Contains info needed to send message (textsender-models)
pub struct Parameters { pub struct Parameters {
pub schedule: bool, pub schedule: bool,
pub schedule_at: Option<time::OffsetDateTime>, pub schedule_at: Option<time::OffsetDateTime>,