| 216 | if (fields) { |
| 217 | const union = Object.create(null); |
| 218 | const add = names => names && names.forEach(name => union[name] = 1); |
| 219 | add(self._validators.fetch); |
| 220 | add(fields); |
| 221 | self._validators.fetch = Object.keys(union); |
no test coverage detected