Skip to content

Commit

Permalink
provider sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 18, 2024
1 parent 5b641a5 commit 12f2fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/need/need.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class NeedController {

const expired =
!toBeConfirmed.createdAt ||
timeDifference(toBeConfirmed.createdAt, new Date()).mm >= 800;
timeDifference(toBeConfirmed.createdAt, new Date()).mm >= 5;
if (!toBeConfirmed || !toBeConfirmed.list[0] || expired) {
const notConfirmed = await this.needService.getNotConfirmedNeeds(
null,
Expand Down

0 comments on commit 12f2fcb

Please sign in to comment.