Skip to content

Commit

Permalink
improve BundleIncludedEventsService error log
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara committed Nov 26, 2024
1 parent b59aa5c commit 523e496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class BundleIncludedEventsService extends BaseIndexer {
at: "Indexer#BundleIncludedEventsService#indexerLogic",
message: "Error in BundleIncludedEventsService",
notificationPath: "across-indexer-error",
error,
error: JSON.stringify(error),
});
}
}
Expand Down

0 comments on commit 523e496

Please sign in to comment.