Skip to content

Commit a4af451

Browse files
committed
save all aggregation reports to countly db
1 parent 13871d1 commit a4af451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dbviewer/api/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ var spawn = require('child_process').spawn,
287287
else {
288288
var name = 'Aggregation-' + Date.now();
289289
var taskCb = taskManager.longtask({
290-
db: dbs[dbNameOnParam],
290+
db: common.db,
291291
threshold: plugins.getConfig("api").request_threshold,
292292
params: params,
293293
type: "dbviewer",

0 commit comments

Comments
 (0)