Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dotxlem committed Oct 6, 2022
1 parent 513e11c commit 657b742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/transpiler/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ impl Castable for Context {
ctx.services.iter().map(|s| s.provider.clone()).collect();
providers.dedup_by(|a, b| a.name.eq_ignore_ascii_case(&*b.name));

// TODO get providers here instead & pass to user_tf module
let tmpl = ContextTemplate {
project_name: self.project.name.clone(),
project_path: self.project.path.clone(),
Expand Down

0 comments on commit 657b742

Please sign in to comment.