Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid call Routine's async flow before updating on db
After updating a Routine some tasks are trigered async. This commit changes the callback which trigger that to be performed on `post_save` instead of `pre_save`
- Loading branch information