Got it working
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user