Skip to content

Fix how duplicate configurations are detected in remote dev module

Hunar Khanna requested to merge hkhanna2_remote_dev_fix_config_check into remote_dev

What this MR does

This MR fixes a minor bug where duplicate configurations are not detected. This is due to a shadowed assignment of latestConfig which has been fixed.

Merge request reports