mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
helpers
This commit is contained in:
parent
85b348219f
commit
fcc27e6049
@ -5,7 +5,7 @@
|
|||||||
* @property fieldName String
|
* @property fieldName String
|
||||||
* @property callback Function
|
* @property callback Function
|
||||||
*/
|
*/
|
||||||
function walkRecursive(data, fields, fieldName, callback, _key) {
|
function walkRecursive(data, fields, fieldName, callback, _key?) {
|
||||||
if (!Array.isArray(fields)) {
|
if (!Array.isArray(fields)) {
|
||||||
throw new Error('please provide an fields array for the walkRecursive helper')
|
throw new Error('please provide an fields array for the walkRecursive helper')
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user