Skip to content

Commit

Permalink
git lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arul-fourseals committed Dec 10, 2024
1 parent 9b39597 commit a76740d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/grant/grant.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ContentfulGrant[]> {
const startOfDayInTwoWeeksTime = this.getStartOfDayInXDays(14);
const endOfDayInTwoWeeksTime = this.getEndOfDayInXDays(14);
Expand Down

0 comments on commit a76740d

Please sign in to comment.