Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arul-fourseals committed Jan 3, 2025
1 parent 4b6d994 commit b99106c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/notifications/v2/notifications.grant.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('NotificationsService', () => {
findAllUpcomingOpeningGrants:
mockFindAllUpcomingOpeningGrants,
findAllUpdatedGrants: mockFindAllUpdatedGrants,
setGrantUpdatedToFalse:mockSetGrantUpdatedToFalse,
setGrantUpdatedToFalse: mockSetGrantUpdatedToFalse,
findGrantsPublishedAfterDate: jest.fn(),
findGrantsMatchingFilterCriteria: jest.fn(),
},
Expand Down
2 changes: 1 addition & 1 deletion src/notifications/v2/notifications.grant.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class GrantNotificationsService {
'en-US': false,
},
});
const res = await this.grantService.setGrantUpdatedToFalse(grantIds);
await this.grantService.setGrantUpdatedToFalse(grantIds);
console.log(
`[CRON GRANT UPDATED] Finished updating contentful entries`,
);
Expand Down

0 comments on commit b99106c

Please sign in to comment.