Skip to content

Commit

Permalink
remove udise check from slr query
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajsab committed Feb 13, 2023
1 parent df9a9b1 commit 4eace31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const getStudentForSLC = (
is_enabled: {_eq: true}
%grade_number_query
school: {
udise: {_gt: 999999999, _lte: 2147483647}
is_active: {_eq: true}
%session_query
location: {
Expand Down

0 comments on commit 4eace31

Please sign in to comment.