Skip to content

Commit

Permalink
fix db reciver failed (#859)
Browse files Browse the repository at this point in the history
Co-authored-by: noO0ob <[email protected]>
  • Loading branch information
noO0oOo0ob and noO0ob authored May 27, 2024
1 parent 2130407 commit 9aee2e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lyrebird/mock/handlers/handler_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@ def request_post_processing(self):
decode_flow = {}
application.encoders_decoders.decoder_handler(self.flow, output=decode_flow)

if self.request_origin_data:
decode_flow['request']['data'] = self.request_origin_data

context.application.event_bus.publish(
'flow',
dict(
Expand Down

0 comments on commit 9aee2e9

Please sign in to comment.