Skip to content

fix: fix after bad merge (duplicate variable declarations)

Richard Cognot requested to merge rcognot/fix-bad-merge into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Fix compilation after merge requests !270 (merged) and !271 (merged) both added the same local declaration 10 lines apart.

Merge request reports