In tag_save, only report ab_variants if members exist

pull/14/head
Sam Bosley 13 years ago
parent 41419f5a5f
commit 3d82a312fc

@ -597,9 +597,10 @@ public final class ActFmSyncService {
}
}
params.add(array);
if (members.length() > 0)
addAbTestEventInfo(params);
}
addAbTestEventInfo(params);
} catch (JSONException e) {
throw new RuntimeException(e);

Loading…
Cancel
Save