Skip to content

Commit

Permalink
exapanging mail service
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 10, 2023
1 parent d0c67e9 commit f95ee18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/children/children.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ export class ChildrenService {
ngoIds: number[],
swIds: number[],
): Promise<Paginated<ChildrenPreRegisterEntity>> {
console.log(ngoIds);
console.log(swIds);

const queryBuilder = this.preRegisterChildrenRepository
.createQueryBuilder('preRegister')
Expand Down

0 comments on commit f95ee18

Please sign in to comment.