From 045b8a84a29dde09201dd5108c757719d00e6f55 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 23 Jul 2020 17:16:02 +0300 Subject: Hide CSV export until it's fixed in EdgeHTML compatible way. Thanks to xet7 ! --- models/exporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/exporter.js') diff --git a/models/exporter.js b/models/exporter.js index b6188ece..26cb556b 100644 --- a/models/exporter.js +++ b/models/exporter.js @@ -1,4 +1,4 @@ -const stringify = require('csv-stringify'); +//const stringify = require('csv-stringify'); // exporter maybe is broken since Gridfs introduced, add fs and path export class Exporter { -- cgit v1.2.3-1-g7c22