Skip to content

Commit

Permalink
Make sure worker service fetch metadata of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed May 23, 2024
1 parent 55a048f commit f104de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl WorkerMetadataFetcher for DefaultWorkerComponentMetadataFetcher {
.exports
.iter()
.flat_map(|x| match x {
Export::Function(function) => vec![function.clone().into()],
Export::Function(function) => vec![function.clone().into()],
_ => vec![],
})
.collect::<Vec<AnalysedFunction>>();
Expand Down

0 comments on commit f104de6

Please sign in to comment.