mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix export with old polls
This commit is contained in:
parent
e3b89a5e59
commit
bf720f2f30
@ -59,7 +59,7 @@ define([
|
||||
return res;
|
||||
};
|
||||
module.main = function (userDoc, cb) {
|
||||
var content = userDoc.content;
|
||||
var content = userDoc.content || userDoc.table;
|
||||
var csv;
|
||||
try {
|
||||
csv = module.getCSV(content);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user