Skip to content

Commit

Permalink
docs: Added missing doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed May 19, 2020
1 parent 92b3c26 commit df75f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drive/web/modules/navigation/duck/actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export const getFileDownloadUrl = async id => {
* @param {Array} files - The list of File objects to upload
* @param {string} dirId - The id of the directory in which we upload the files
* @param {Object} sharingState - The sharing context (provided by SharingContext.Provider)
* @param {function} fileUploadedCallback - Optional function to call when the upload is completed
* @returns {function} - A function that dispatches addToUploadQueue action
*/
export const uploadFiles = (
Expand Down

0 comments on commit df75f89

Please sign in to comment.