Skip to content

Commit

Permalink
style(MongoBinaryDownload): remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 9, 2023
1 parent 0c6b574 commit ba26346
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -35,8 +35,6 @@ export class MongoBinaryDownload {
/**These options are kind of raw, they are not run through DryMongoBinary.generateOptions */
binaryOpts: Required<MongoBinaryOpts>;

// end get/set backwards compat section

constructor(opts: MongoBinaryOpts) {
assertion(typeof opts.downloadDir === 'string', new Error('An DownloadDir must be specified!'));
const version = opts.version ?? resolveConfig(ResolveConfigVariables.VERSION);
Expand Down

0 comments on commit ba26346

Please sign in to comment.