Skip to content

Commit 37321b2

Browse files
authored
chore(shell): fix logid (#6715)
1 parent 2a5e877 commit 37321b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const CompassShell: React.FC<CompassShellProps> = ({
125125
.catch((err) => {
126126
setMongoshVersion('[unknown]');
127127
log.error(
128-
mongoLogId(1_001_000_342),
128+
mongoLogId(1_001_000_345),
129129
'shell',
130130
'could not evaluate mongosh version',
131131
{

0 commit comments

Comments
 (0)