Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(example-getting-started): remove juggler warning
Explicitly cast path parameter "id" from string to number because the REST transport does not implement parameter coercion yet. See #750 This change removes the following warnings from `npm test` output: WARNING: id property cannot be changed from 3 to 3 for model:Todo in 'before save' operation hook WARNING: id property cannot be changed from 3 to 3 for model:Todo in 'loaded' operation hook
- Loading branch information