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
* Initial commit
* Fix deprecation warning by replacing SNAKE_CASE with PropertyNamingStrategies.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.
---------
Co-authored-by: labs-code-app[bot] <161369871+labs-code-app[bot]@users.noreply.github.com>
0 commit comments