Skip to content

Commit

Permalink
fix: collectionName messages.outbound (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio <Pinheiro>
  • Loading branch information
FabioPinheiro authored and Fabio committed Apr 30, 2024
1 parent d111dbe commit 6093aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object OutboxMessageRepo {
}

class OutboxMessageRepo(reactiveMongoApi: ReactiveMongoApi)(using ec: ExecutionContext) {
def collectionName: String = "outbox"
def collectionName: String = "messages.outbound"

def collection: IO[StorageCollection, BSONCollection] = reactiveMongoApi.database
.map(_.collection(collectionName))
Expand Down

0 comments on commit 6093aca

Please sign in to comment.