diff --git a/award-definitions/dld-80m-cw.json b/award-definitions/dld-80m-cw.json deleted file mode 100644 index 895b7f4..0000000 --- a/award-definitions/dld-80m-cw.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "id": "dld-80m-cw", - "name": "DLD 80m CW", - "description": "Confirm 100 unique DOKs on 80m using CW", - "caption": "Contact and confirm stations with 100 unique DOKs (DARC Ortsverband Kennung) on the 80m band using CW mode. Only DCL-confirmed QSOs with valid DOK information on 80m CW count toward this award.", - "category": "darc", - "rules": { - "type": "dok", - "target": 100, - "confirmationType": "dcl", - "displayField": "darcDok", - "filters": { - "operator": "AND", - "filters": [ - { "field": "band", "operator": "eq", "value": "80m" }, - { "field": "mode", "operator": "eq", "value": "CW" } - ] - } - } -} diff --git a/src/backend/services/awards.service.js b/src/backend/services/awards.service.js index d3fa711..e78c9d3 100644 --- a/src/backend/services/awards.service.js +++ b/src/backend/services/awards.service.js @@ -27,7 +27,6 @@ function loadAwardDefinitions() { 'sat-rs44.json', 'special-stations.json', 'dld.json', - 'dld-80m-cw.json', '73-on-73.json', ];