udotdevelopment/ATSPM

FTPFromAllControllers only works if your Signal ID is 8638

markKHA opened this issue · 1 comments

List<Signal> signals = signalsRepository.GetLatestVersionOfAllSignalsForFtp().Where(s=> s.SignalID == "8638").ToList();

Looks like some test code got checked in.

Good catch. We've removed it and will release the updated project shortly.