summaryrefslogtreecommitdiffstats
path: root/models/wekanCreator.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/wekanCreator.js')
-rw-r--r--models/wekanCreator.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/wekanCreator.js b/models/wekanCreator.js
index c5591a0b..9914f817 100644
--- a/models/wekanCreator.js
+++ b/models/wekanCreator.js
@@ -415,7 +415,6 @@ export class WekanCreator {
const self = this;
if (Meteor.isServer) {
if (att.url) {
- // FIXME: Change to new file library
file.attachData(att.url, function(error) {
file.boardId = boardId;
file.cardId = cardId;
@@ -441,7 +440,6 @@ export class WekanCreator {
}
});
} else if (att.file) {
- // FIXME: Change to new file library
file.attachData(
Buffer.from(att.file, 'base64'),
{