Browse Source

transloadit: Remove TODO comment

Renée Kooi 7 years ago
parent
commit
822dcd0903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/Transloadit/index.js

+ 1 - 1
src/plugins/Transloadit/index.js

@@ -24,7 +24,7 @@ module.exports = class Transloadit extends Plugin {
     const defaultOptions = {
       waitForEncoding: false,
       waitForMetadata: false,
-      alwaysRunAssembly: false, // TODO name
+      alwaysRunAssembly: false,
       importFromUploadURLs: false,
       signature: null,
       params: null,