Skip to content

Commit

Permalink
Merge pull request #58 from apurvaubade/testData
Browse files Browse the repository at this point in the history
fix user status filter in search student
  • Loading branch information
snehal0904 authored Jun 18, 2024
2 parents d95e997 + c6d24a1 commit 79d9547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/hasura/altStudent.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export class ALTStudentService {
}
}
});
query += `user: {status: {_eq: true}}`;
query += `,user: {status: {_eq: true}}`;

const data = {
query: `query SearchStudent($limit:Int, $offset:Int) {
Expand Down

0 comments on commit 79d9547

Please sign in to comment.