Skip to content

Commit

Permalink
chore: reset T generic
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 17, 2023
1 parent 77ef3be commit 2eba834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-api-client/src/api_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ impl<C: ClientTypes> Client<C> {
}

/* events namespace */
pub async fn get_events<M>(_topics: &[EventTopic]) -> Result<M, Error> {
pub async fn get_events<T>(_topics: &[EventTopic]) -> Result<T, Error> {
unimplemented!("")
}

Expand Down

0 comments on commit 2eba834

Please sign in to comment.