@ -427,9 +427,9 @@ Workers.initialize = function (Env, config, _cb) {
Env.completeUpload = function (safeKey, arg, owned, cb) {
sendCommand({
command: "COMPLETE_UPLOAD",
owned: owned,
safeKey: safeKey,
arg: arg,
owned: owned, // Boolean
safeKey: safeKey, // String (public key)
arg: arg, // String (file id)
}, cb);
};