We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea30ae commit 6316bf5Copy full SHA for 6316bf5
src/handlers/api.py
@@ -393,8 +393,8 @@ def get_filtered_api(self, api_dict):
393
api_info = api_dict.get("api", api_dict) # Handle both formats
394
395
# Default to False if not present
396
- bte = self.args.bte # getattr(self.args, "bte", False)
397
- api_details = self.args.api_details # getattr(self.args, "api_details", False)
+ bte = self.args.bte
+ api_details = self.args.api_details
398
399
# Default structure to preserve top-level keys
400
filtered_dict = {
0 commit comments