need to know which organisations used
This commit is contained in:
parent
8122765b91
commit
68737fb4a3
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class AppleStylePassReader {
|
|||
|
||||
try {
|
||||
pass.setOrganization(Optional.of(pass_json.getString("organizationName")));
|
||||
|
||||
Tracker.get().trackEvent("measure_event", "organisation_parse", pass.getOrganisation().get(), 1L);
|
||||
} catch (JSONException e) {
|
||||
// ok - we have no organisation - big deal ..-)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue