diff --git a/src/grant/grant.service.ts b/src/grant/grant.service.ts index e77b968..324b175 100644 --- a/src/grant/grant.service.ts +++ b/src/grant/grant.service.ts @@ -44,10 +44,9 @@ export class GrantService { 'fields.grantUpdated.en-US': false, }, }); - console.log('Grant ID :'+ grantId +' updated to false..'); + console.log('Grant ID :' + grantId + ' updated to false..'); } } - async findAllUpcomingOpeningGrants(): Promise { const startOfDayInTwoWeeksTime = this.getStartOfDayInXDays(14); const endOfDayInTwoWeeksTime = this.getEndOfDayInXDays(14);