Skip to content

Commit ee889ea

Browse files
date approved change
1 parent 186490d commit ee889ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/services/participantsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const getAttachedSiteIDs = async (): Promise<SiteIdType[]> => {
7777

7878
export const getAllParticipants = async (): Promise<Participant[]> => {
7979
return Participant.query()
80-
.whereNotNull('siteId')
80+
.whereNotNull('dateApproved')
8181
.withGraphFetched('[apiRoles, approver, types, users]');
8282
};
8383

0 commit comments

Comments
 (0)