Skip to content

Commit 4654995

Browse files
usagi32mohammadfawaz
authored andcommitted
fix leo query committee broken endpoint.
1 parent 3b4143c commit 4654995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

leo/cli/commands/query/committee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ impl Command for LeoCommittee {
3535
}
3636

3737
fn apply(self, _context: Context, _: Self::Input) -> Result<Self::Output> {
38-
Ok("/committee/latest".to_string())
38+
Ok("committee/latest".to_string())
3939
}
4040
}

0 commit comments

Comments
 (0)