Skip to content

Commit

Permalink
Add "use scope" hint to todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreuzkam-cap committed Oct 16, 2023
1 parent aa9ec77 commit c679861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/person/persistence/personenkontext.repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class PersonenkontextRepo {
return this.create(personenkontextDo);
}

// TODO refactor after EW-561 is done
// TODO refactor after EW-561 is done, use Scope
public async findAll(personenkontextDo: PersonenkontextDo<false>): Promise<PersonenkontextDo<true>[]> {
const query: Record<string, unknown> = {};

Expand Down

0 comments on commit c679861

Please sign in to comment.