Skip to content

Conversation

@nMouginot
Copy link
Contributor

This PR removes all unused .fromJson() methods from the project’s model classes. Since we’re dynamically building queries from code to JSON (e.g., via toJson()), these methods were never actually called and are now redundant.
This simplifies the codebase and reduces unnecessary boilerplate.

Changes:

  • Deleted all .fromJson() methods across model classes.
  • No functional changes—only dead code removal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants