Skip to content

Commit

Permalink
build(migration): schedules merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 1, 2024
1 parent 4580c42 commit 7cd5e47
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ const useSchedulesMigrate = () => {
updatedAt: new Date().toISOString(),
},
];

schedules.push(obj);
}

return schedules;
Expand Down

0 comments on commit 7cd5e47

Please sign in to comment.