Skip to content

Commit

Permalink
Fix #1970 - Remove duplicated Frequency plan id for AU_915_928_FSB_8
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Mar 30, 2023
1 parent 05865d8 commit 626237c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ActionResult<IEnumerable<FrequencyPlan>> GetFrequencyPlans()
new FrequencyPlan { FrequencyPlanID = "AU_915_928_FSB_5", Name = "Australia 915-928 MHz, FSB 5"},
new FrequencyPlan { FrequencyPlanID = "AU_915_928_FSB_6", Name = "Australia 915-928 MHz, FSB 6"},
new FrequencyPlan { FrequencyPlanID = "AU_915_928_FSB_7", Name = "Australia 915-928 MHz, FSB 7"},
new FrequencyPlan { FrequencyPlanID = "AU_915_928_FSB_7", Name = "Australia 915-928 MHz, FSB 8"}
new FrequencyPlan { FrequencyPlanID = "AU_915_928_FSB_8", Name = "Australia 915-928 MHz, FSB 8"}
});
}
}
Expand Down

0 comments on commit 626237c

Please sign in to comment.