Skip to content

Commit 709ceb3

Browse files
author
Sergio García Prado
committed
ISSUE #127
* Fix bug on topic name.
1 parent cf0bdde commit 709ceb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microservices/product/src/queries/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_most_sold_products(self, request: Request) -> Response:
3939
"""
4040

4141
@staticmethod
42-
@enroute.broker.event("ProductAdded")
42+
@enroute.broker.event("ProductCreated")
4343
async def product_created(request: Request) -> NoReturn:
4444
"""Handle the product create events.
4545

0 commit comments

Comments
 (0)