Skip to content

Commit

Permalink
fix(atlas-service): deduplicate log id (#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Sep 13, 2023
1 parent 121cce6 commit 2c9c555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atlas-service/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export class AtlasService {
} catch (err) {
// Default to what's already in Compass when we can't fetch the preference.
log.error(
mongoLogId(1_001_000_243),
mongoLogId(1_001_000_244),
'AtlasService',
'Failed to load if the AI feature is enabled',
{ error: (err as Error).stack }
Expand Down

0 comments on commit 2c9c555

Please sign in to comment.