Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 15, 2024
1 parent ca747cf commit ee61c10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions antelope.trxstats/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fn parse_params(input: String) -> Result<Params, SubstreamsError> {
return Ok(result);
}

return Err(SubstreamsError::Unexpected("Hello".to_string()));

for param in input.split('&') {
let (key, value) = param
.split_once('=')
Expand Down

0 comments on commit ee61c10

Please sign in to comment.