Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Martins de Oliveira authored Jun 19, 2020
1 parent 4d5daad commit dde4a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ and designed for Humans.
database: Autowired(Database),
message_brokers: Autowired(List[Broker]),
):
pending = database.retrieve_pending_messages()
pending = database.get_pending_messages()
for broker in message_brokers:
broker.send_pending(pending)

Expand Down

0 comments on commit dde4a11

Please sign in to comment.