Skip to content

Commit d45a374

Browse files
committed
AP-5046 Readme + extra comments.
1 parent fffca57 commit d45a374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/outbox-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const job = new OutboxPeriodicJob(
1919
//Implementation of OutboxStorage interface, TODO: Point to other packages in message-queue-toolkit
2020
outboxStorage,
2121
//Default available accumulator for gathering outbox entries as the process job is progressing.
22-
new InMemoryOutboxAccumulator(), //Default accumulator
22+
new InMemoryOutboxAccumulator(),
2323
//DomainEventEmitter, it will be used to publish events, see @message-queue-toolkit/core
2424
eventEmitter,
2525
//See PeriodicJobDependencies from @lokalise/background-jobs-common

0 commit comments

Comments
 (0)