This commit is contained in:
Oliver Blanthorn 2020-02-18 12:46:28 +00:00
parent d66db550c6
commit 525841d599
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -16,7 +16,7 @@
*/ */
import * as R from "ramda" import * as R from "ramda"
/* Remove all empty strings from objects recursively /* Remove all nulls from objects recursively
* NB: also applies to arrays * NB: also applies to arrays
*/ */
const removeNull = R.when( const removeNull = R.when(