Skip to content

Commit

Permalink
boxSession fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared De La Cruz committed Jun 12, 2015
1 parent 390298c commit 387d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ CaptainCabinetClient.prototype._FileUploaded =
'fileName': data.fileName,
'fileId': data.fileId,
'boxId': data.boxId,
'boxSession': data.Session,
'boxSession': data.boxSession,
'boxUrl': data.boxUrl
});

Expand Down

0 comments on commit 387d43e

Please sign in to comment.