Skip to content

Commit 7bdaaa0

Browse files
committed
Address review comments.
1 parent 42f45f2 commit 7bdaaa0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/module-mongodb/test/src/resume_token.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Write tests for parseResumeTokenTimestamp
21
import { parseResumeTokenTimestamp } from '@module/common/MongoLSN.js';
3-
import { mongo } from '@powersync/lib-service-mongodb';
42
import { describe, expect, it } from 'vitest';
53

64
describe('parseResumeTokenTimestamp', () => {

packages/service-errors/src/codes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export enum ErrorCode {
254254
PSYNC_S1344 = 'PSYNC_S1344',
255255

256256
/**
257-
* Failed to read MongoDB Change Stream to to a timeout.
257+
* Failed to read MongoDB Change Stream due to a timeout.
258258
*
259259
* This may happen if there is a significant delay on the source database in reading the change stream.
260260
*

0 commit comments

Comments
 (0)