Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed recursion in letter model #378

Merged
merged 1 commit into from
Aug 15, 2022
Merged

fixed recursion in letter model #378

merged 1 commit into from
Aug 15, 2022

Conversation

sudoku-lord
Copy link
Contributor

Fixes recursion issue in letter model.

Checklist

  • Up to date with main
  • All the tests are passing
    • Delete all resources created in tests
  • Prettier
  • Spectral Lint
  • npm run bundle outputs nothing suspect
  • npm run postman outputs nothing suspect

Changes

Got rid of letter_base and added the properties and requirements into each letter model. Less DRY, but gets rid of the recursion, which was apparently caused by the same model being referenced multiple times on the same level?

@sudoku-lord sudoku-lord requested a review from a team as a code owner August 10, 2022 21:03
@sudoku-lord sudoku-lord merged commit 3d98318 into main Aug 15, 2022
@sudoku-lord sudoku-lord deleted the fix_recursion branch August 15, 2022 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants