Skip to content

Commit

Permalink
Remove redundant Available_Mentorship_Slots__c field
Browse files Browse the repository at this point in the history
  • Loading branch information
katamatata committed Sep 27, 2024
1 parent 31291b9 commit 450c511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/nestjs-api/src/con-profiles/con-profiles.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export class ConProfilesService {

const filter: any = {
'RecordType.DeveloperName': UserType.MENTOR,
Available_Mentorship_Slots__c: { $gte: 1 },
Profile_Status__c: ConnectProfileStatus.APPROVED,
}
if (_filter.filter.name)
Expand Down

0 comments on commit 450c511

Please sign in to comment.