Skip to content

Commit

Permalink
fix(MongoBinaryDownload): change "_downloadingUrl" to be protected
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 9, 2023
1 parent ba26346 commit 67ae260
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ export interface MongoBinaryDownloadProgress {
*/
export class MongoBinaryDownload {
dlProgress: MongoBinaryDownloadProgress;
_downloadingUrl?: string;
protected _downloadingUrl?: string;

/**These options are kind of raw, they are not run through DryMongoBinary.generateOptions */
binaryOpts: Required<MongoBinaryOpts>;
Expand Down

0 comments on commit 67ae260

Please sign in to comment.