Skip to content

Commit

Permalink
Merge branch 'master' into cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KappaShilaff committed Jun 25, 2022
2 parents f16e890 + ff265f1 commit 0a492b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ pub fn from_vec_extracted_to_any_extractable_output(
};

for x in extracted {
// if !x.is_in_message {
// continue;
// }
if x.parsed_type != ParsedType::Event && !x.is_in_message {
continue;
}

let any_extractable = match x.parsed_type {
ParsedType::FunctionInput => Function(ParsedFunction {
Expand Down

0 comments on commit 0a492b6

Please sign in to comment.