Skip to content

Commit

Permalink
arrivals bigger range
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Oct 27, 2024
1 parent 95120a5 commit a0be8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ngo/ngo.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class NgoService {

async getNgoArrivals(socialWorker: number, swIds: number[]) {
const today = new Date();
const daysAgo = today.setDate(today.getDate() - 10);
const daysAgo = today.setDate(today.getDate() - 90);

const needs = await this.needFlaskRepository
.createQueryBuilder('need')
Expand Down

0 comments on commit a0be8c3

Please sign in to comment.