Got it working

This commit is contained in:
2026-06-25 21:59:47 -04:00
parent 391b3566ad
commit afbd23bed9
4 changed files with 3 additions and 8 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ impl Service {
};
let messages = super::message::Message {
app: self.app.clone(),
token: self.token.clone()
token: self.token.clone(),
};
let events = events.unwrap_or_default();
for event in events {
@@ -94,7 +94,7 @@ impl Service {
2. If there is an item, get the data - Done
3. Evaluate if it is schedulable - Done
4. Get the events and iterate each one - Done
5. Starting with the message
5. Starting with the message - Done
6. Get the contact - Done
7. Send the message
8. Record the message event response