Skip to content

Commit

Permalink
Remove column id
Browse files Browse the repository at this point in the history
  • Loading branch information
roxy-dao committed Nov 12, 2024
1 parent d91e506 commit b254d5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/graphql/types/src/types/program/program_indicator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ pub struct IndicatorColumnNode {

#[Object]
impl IndicatorColumnNode {
pub async fn id(&self) -> &str {
&self.column.id
}
pub async fn name(&self) -> &str {
&self.column.header
}
Expand Down

0 comments on commit b254d5f

Please sign in to comment.