Skip to content

Commit a9abc59

Browse files
author
Cihad Tekin
committed
[db-viewer] Bugfix: export the collection
1 parent e7e58fd commit a9abc59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/dbviewer/frontend/public/javascripts/countly.views.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@
258258
collection: this.localCollection,
259259
db: this.localDb,
260260
url: "/o/export/db",
261-
get_index: this.index
261+
get_index: this.index,
262+
api_key: countlyGlobal.member.api_key
262263
};
263264
return apiQueryData;
264265
},

0 commit comments

Comments
 (0)