We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f16fd commit 7ae2945Copy full SHA for 7ae2945
plugins/compliance-hub/api/api.js
@@ -82,6 +82,8 @@ var plugin = {},
82
av: params.app_user.av || m._app_version,
83
sc: params.app_user.sc || 0
84
});
85
+
86
+ plugins.dispatch("/consent/change", changes);
87
}
88
89
0 commit comments