Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dashboard): update local sentAt when sending campaign
When sending a campaign for the first time, the `sentAt` field for the in-memory representation of `Campaign` is still undefined. This causes "invalid_Date" to appear in the filename of delivery reports. Fix this by updating the `sentAt` field of the in-memory `Campaign` to the current date when sending the campaign for the first time. Fixes issue #1113
- Loading branch information