Skip to content

Commit ce94f0c

Browse files
committed
Document => ResumeToken
1 parent 98e7cf6 commit ce94f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/change_stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export class ChangeStreamCursor extends AbstractCursor {
350350
startAfter: ResumeToken;
351351
options: ChangeStreamCursorOptions;
352352

353-
postBatchResumeToken?: Document;
353+
postBatchResumeToken?: ResumeToken;
354354
pipeline: Document[];
355355

356356
constructor(

0 commit comments

Comments
 (0)