Commit c6877bc
committed
refactor(auth): use readAll with filter in AuthService
- Replaces the obsolete `readAllByQuery` method with the new `readAll`
method in `AuthService`.
- Passes the query conditions as a `filter` map, aligning the service
with the new document-based data access pattern.
- This change completes the service-level refactoring for the MongoDB
migration.1 parent bf6f59d commit c6877bc
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
415 | | - | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
612 | 613 | | |
613 | 614 | | |
614 | 615 | | |
615 | | - | |
616 | | - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
617 | 619 | | |
618 | 620 | | |
619 | 621 | | |
| |||
0 commit comments