Skip to content

Commit

Permalink
style(MongoBinaryDownload::download): add "@returns" tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 2, 2021
1 parent ce1464c commit ddb88c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export class MongoBinaryDownload {
/**
* Download file from downloadUrl
* @param downloadUrl URL to download a File
* @return The Path to the downloaded archive file
*/
async download(downloadUrl: string): Promise<string> {
log('download');
Expand Down

0 comments on commit ddb88c4

Please sign in to comment.