You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: fix non-determinism of npm run seed (Bugfix/651) (#652)
* fix: hasOwnProperty vulnerability (see https://eslint.org/docs/rules/no-prototype-builtins)
* feat: _id value to all route objects, starting at 100 and moving upwards. Add warning at top of file to maintain naming standard.
* feat: update role.constant.js to use the new _id attribute so that ids are deterministic between two runs of npm run seed.
* feat: update architecture documentation
0 commit comments