Merge pull request #19930 from edx/aekao/REVEM-151/entitlement-unenrollment-JSON

Inserting JSON string into Vertica instead of JSON obj
This commit is contained in:
Audrey
2019-03-05 13:05:03 -05:00
committed by GitHub

View File

@@ -149,7 +149,7 @@ class EntitlementUnenrollmentView extends Backbone.View {
window.analytics.track('entitlement_unenrollment_reason.selected', {
category: 'user-engagement',
label: results,
label: JSON.stringify(results),
displayName: 'v1',
});
}