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 <fabiomgpinheiro@gmail.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
  • Loading branch information
FabioPinheiro authored and mineme0110 committed May 1, 2024
1 parent cef03e1 commit fa09262
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 fa09262

Please sign in to comment.