Skip to content

Commit

Permalink
Remove studenTBody variable based on CC backend refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Dec 27, 2024
1 parent 90f79d2 commit 4e233ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/src/gql/queries/clubs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const GET_ACTIVE_CLUBS = gql`
cid
state
category
studentBody
banner
logo
name
Expand All @@ -24,7 +23,6 @@ export const GET_ALL_CLUBS = gql`
code
state
category
studentBody
logo
name
email
Expand All @@ -51,7 +49,6 @@ export const GET_CLUB = gql`
code
banner
category
studentBody
description
email
logo
Expand Down

0 comments on commit 4e233ba

Please sign in to comment.