Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle null errors in Action model instantiation
Previously, the `error` property could be undefined, leading to potential issues during object creation. This update ensures that `error` defaults to `null` if not provided, enhancing the robustness of the Action model instantiation process.
- Loading branch information