Open farruxx opened 8 years ago
I want to get categories, where parents are equal some categoryId.
find(ImmutableMap.of( "filter", ImmutableMap.of("where", ImmutableMap.of("parent", parent)) ), callback);
but, when I trying to get categories with no parent, parent == null, it throws NullPointerException
parent == null
NullPointerException
I want to get categories, where parents are equal some categoryId.
but, when I trying to get categories with no parent,
parent == null
, it throwsNullPointerException