Commit 591bf8b
Fix snake case (#209)
* 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>1 parent 7da264e commit 591bf8b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
0 commit comments