File tree Expand file tree Collapse file tree
plugins/dbviewer/frontend/public/javascripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 250250 sort = JSON . stringify ( this . preparedSortObject ) ;
251251 }
252252 var apiQueryData = {
253- api_key : countlyGlobal . member . api_key ,
254253 app_id : countlyCommon . ACTIVE_APP_ID ,
255254 //filename: "DBViewer" + moment().format("DD-MMM-YYYY"), - using passed filename from form
256255 projection : JSON . stringify ( this . preparedProjectionFields ) ,
303302 } ,
304303 computed : {
305304 dbviewerAPIEndpoint : function ( ) {
306- var url = '/db?api_key=' + countlyGlobal . member . api_key + '& app_id=' + countlyCommon . ACTIVE_APP_ID + '&dbs=' + this . localDb + '&collection=' + this . localCollection ;
305+ var url = '/db?app_id=' + countlyCommon . ACTIVE_APP_ID + '&dbs=' + this . localDb + '&collection=' + this . localCollection ;
307306 if ( this . queryFilter ) {
308307 url += '&filter=' + encodeURIComponent ( this . queryFilter ) ;
309308 }
You can’t perform that action at this time.
0 commit comments