Skip to content

Commit

Permalink
Bugfix/apidiff error (#856)
Browse files Browse the repository at this point in the history
* fix,inspector request miss data

* add apiconfig if ssr
  • Loading branch information
echoyang7 authored May 24, 2024
1 parent 3b11287 commit 593a062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lyrebird/mock/handlers/mock_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def handle(self, handler_context):
'group_id': activated_group['id'],
'mock_id': hit_data['id']
})
handler_context.flow['apiDiffConfig'] = hit_data.get('apiDiffConfig')
return

logger.info(
Expand Down

0 comments on commit 593a062

Please sign in to comment.