We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5bfbd commit 4a65e7bCopy full SHA for 4a65e7b
plugins/dbviewer/frontend/public/javascripts/countly.views.js
@@ -301,7 +301,7 @@ window.DBViewerView = countlyView.extend({
301
refresh: function() { },
302
getExportAPI: function(tableID) {
303
var hashes = window.location.hash.split("/");
304
- var aggregation = JSON.stringify($('#aggregation_pipeline').val());
+ var aggregation = $('#aggregation_pipeline').val();
305
if (tableID === 'aggregate-result-table') {
306
var requestPath = '/o/db?api_key=' + countlyGlobal.member.api_key +
307
"&dbs=" + hashes[5] + "&collection=" + hashes[6] + "&iDisplayStart=0" +
0 commit comments