Skip to content

Commit 818946f

Browse files
committed
chore(data-service): duplicate log id
1 parent 09d1c36 commit 818946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-service/src/data-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@ class DataServiceImpl extends WithLogContext implements DataService {
22472247
return indexToProgress;
22482248
}
22492249

2250-
@op(mongoLogId(1_001_000_380))
2250+
@op(mongoLogId(1_001_000_381))
22512251
async fetchShardKey(
22522252
ns: string,
22532253
options: Omit<FindOptions, 'projection'> = {},

0 commit comments

Comments
 (0)