Skip to content

Commit d644428

Browse files
committed
fix log id
1 parent 4eb5863 commit d644428

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-global-writes/src/store

1 file changed

+1
-1
lines changed

packages/compass-global-writes/src/store/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ export const cancelSharding = ():
600600
});
601601
} catch (error) {
602602
logger.log.error(
603-
logger.mongoLogId(1_001_000_331),
603+
logger.mongoLogId(1_001_000_334),
604604
'AtlasFetchError',
605605
'Error cancelling the sharding process',
606606
{

0 commit comments

Comments
 (0)