From 2c9c555c832245f4016a4630449dd4881a10f0c4 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 13 Sep 2023 18:49:58 +0200 Subject: [PATCH] fix(atlas-service): deduplicate log id (#4843) --- packages/atlas-service/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/atlas-service/src/main.ts b/packages/atlas-service/src/main.ts index 5abca83a154..56e0148309e 100644 --- a/packages/atlas-service/src/main.ts +++ b/packages/atlas-service/src/main.ts @@ -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 }