Skip to content

Commit b0f0ba0

Browse files
committed
Don't include matched students in project prefs download
1 parent 85fb3d6 commit b0f0ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/api/matchingPrefs.gql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
query MatchingPrefs {
22
labs {
3-
students(where:{inStatus:ACCEPTED}) {
3+
students(where:{inStatus:ACCEPTED, withProjects:false}) {
44
username
55
track
66
weeks

0 commit comments

Comments
 (0)