Skip to content

Commit 8aa770a

Browse files
lint fix
1 parent ee35d31 commit 8aa770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export class OpMsgRequest {
475475

476476
// flags
477477
this.checksumPresent = false;
478-
this.moreToCome = options.moreToCome ?? command.writeConcern?.w === 0 ?? false;
478+
this.moreToCome = options.moreToCome ?? command.writeConcern?.w === 0;
479479
this.exhaustAllowed =
480480
typeof options.exhaustAllowed === 'boolean' ? options.exhaustAllowed : false;
481481
}

0 commit comments

Comments
 (0)