Skip to content

Commit c808ad2

Browse files
committed
chore: fix lint
1 parent bd00c34 commit c808ad2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/change_stream.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,12 @@ export interface ChangeStreamDocumentCommon {
184184
clusterTime?: Timestamp;
185185

186186
/**
187-
* The server date and time of the database operation.
187+
* The server date and time of the database operation.
188188
* wallTime differs from clusterTime in that clusterTime is a timestamp taken from the oplog entry associated with the database operation event.
189189
* The format is "YYYY-MM-DD HH:MM.SS.millis".
190190
*/
191191
wallTime?: string;
192192

193-
194193
/**
195194
* The transaction number.
196195
* Only present if the operation is part of a multi-document transaction.

0 commit comments

Comments
 (0)