mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
fix(scheduler): use proper start and end time formats for when block
This commit is contained in:
parent
33c469f064
commit
e2e9a72233
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ export default class SchedulerComposerExtension extends ComposerExtension {
|
|||
delete json.client_id;
|
||||
delete json.id;
|
||||
json.when = {
|
||||
start_date: json._start,
|
||||
end_date: json._end,
|
||||
start_time: json._start,
|
||||
end_time: json._end,
|
||||
}
|
||||
delete json._start
|
||||
delete json._end
|
||||
|
|
Loading…
Reference in a new issue