(value)
| 657 | } |
| 658 | |
| 659 | function normalizeProviderValue(value) { |
| 660 | return value === "bianxie" ? "custom" : value; |
| 661 | } |
| 662 | |
| 663 | function normalizeImageProviderValue(value) { |
| 664 | return value === "bianxie" ? "custom" : value; |
no outgoing calls
no test coverage detected