Commit 65ca691
committed
No longer need this boolean re-cast; ES indexes return proper bools now.
As per discussion in metacpan/metacpan-web#2438, the ElasticSearch
indices that back the MetaCPAN API have been updated to now consistently
return Boolean values for the `deprecated` field.
Thus, no longer need this check for string `"true"` or `"false"` values,
which would then be cast accordingly to a proper boolean.1 parent 4fd414c commit 65ca691
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | 631 | | |
638 | 632 | | |
639 | 633 | | |
| |||
0 commit comments