()
| 1726 | } |
| 1727 | |
| 1728 | function getAvailableEfunPoolCodes() { |
| 1729 | return loadCardPoolRedeemCodes().filter( |
| 1730 | (item) => isEfunSupplier(item.supplier) && item.status === "unused" |
| 1731 | ); |
| 1732 | } |
| 1733 | |
| 1734 | function renderEfunPoolHint() { |
| 1735 | const hintEl = document.getElementById("efun-pool-hint"); |
no test coverage detected