Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation warning by replacing SNAKE_CASE with PropertyNamingSt…
…rategies.SNAKE_CASE. The PropertyNamingStrategy.SNAKE_CASE constant has been deprecated in favor of PropertyNamingStrategies.SNAKE_CASE. This commit updates the code to use the current, non-deprecated naming strategy, resolving the lint warning.
- Loading branch information