mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Quick fix
This commit is contained in:
@@ -395,8 +395,7 @@ function determineSSBMode(frequency) {
|
||||
* @param {string} band - Band identifier (e.g., '20m', '2m', '70cm', '13cm')
|
||||
* @returns {string|null} Band group name or null if band not found
|
||||
*/
|
||||
function
|
||||
(band) {
|
||||
function getBandGroup(band) {
|
||||
for (const [group, bands] of Object.entries(BAND_GROUPS)) {
|
||||
if (bands.includes(band)) return group;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user