Commit 36158a3
committed
refactor: update UserEntity to allow onlineAt to be nullable and enhance sorting logic in UsersRepository
- Changed onlineAt property in UserEntity to be nullable.
- Updated sorting logic in UsersRepository to include subRevokedAt in the dateFields array.1 parent 3433411 commit 36158a3
File tree
2 files changed
+2
-3
lines changed- src/modules/users
- entities
- repositories
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
367 | 365 | | |
368 | 366 | | |
| 367 | + | |
369 | 368 | | |
370 | 369 | | |
371 | 370 | | |
| |||
0 commit comments