File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/compass-user-data/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ export class AtlasUserData<T extends z.Schema> extends IUserData<T> {
318318 return true ;
319319 } catch ( error ) {
320320 log . error (
321- mongoLogId ( 1_001_000_362 ) ,
321+ mongoLogId ( 1_001_000_366 ) ,
322322 'Atlas Backend' ,
323323 'Error writing data' ,
324324 {
@@ -350,7 +350,7 @@ export class AtlasUserData<T extends z.Schema> extends IUserData<T> {
350350 return true ;
351351 } catch ( error ) {
352352 log . error (
353- mongoLogId ( 1_001_000_363 ) ,
353+ mongoLogId ( 1_001_000_367 ) ,
354354 'Atlas Backend' ,
355355 'Error deleting data' ,
356356 {
@@ -430,7 +430,7 @@ export class AtlasUserData<T extends z.Schema> extends IUserData<T> {
430430 return true ;
431431 } catch ( error ) {
432432 log . error (
433- mongoLogId ( 1_001_000_364 ) ,
433+ mongoLogId ( 1_001_000_368 ) ,
434434 'Atlas Backend' ,
435435 'Error updating data' ,
436436 {
@@ -465,7 +465,7 @@ export class AtlasUserData<T extends z.Schema> extends IUserData<T> {
465465 return data ;
466466 } catch ( error ) {
467467 log . error (
468- mongoLogId ( 1_001_000_365 ) ,
468+ mongoLogId ( 1_001_000_369 ) ,
469469 'Atlas Backend' ,
470470 'Error reading data' ,
471471 {
You can’t perform that action at this time.
0 commit comments