Skip to content

Commit

Permalink
style(MongoBinary::MongoBinaryOpts): remove double parameter definition
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 15, 2022
1 parent 723f8f1 commit 880c445
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -12,7 +12,6 @@ import { DryMongoBinary, BaseDryMongoBinaryOptions } from './DryMongoBinary';
const log = debug('MongoMS:MongoBinary');

export interface MongoBinaryOpts extends BaseDryMongoBinaryOptions {
platform?: string;
checkMD5?: boolean;
}

Expand Down

0 comments on commit 880c445

Please sign in to comment.