Skip to content

Commit 4844578

Browse files
committed
chore: review feedback, response object
1 parent 08ec320 commit 4844578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ module.exports = function init(global, jsUtil, cookieHandler, messages, base64,
344344
function injectFileEntryHandler(cb) {
345345
return function (response) {
346346
var fileEntry = createFileEntry(response.file);
347-
// optional: delete response.file;
347+
response.file = fileEntry;
348348
response.data = fileEntry;
349349
cb(fileEntry, response);
350350
}

0 commit comments

Comments
 (0)