We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bf558 commit 0e0d1ecCopy full SHA for 0e0d1ec
bugout/resource.py
@@ -69,7 +69,7 @@ def list_resources(
69
resources_path = "resources"
70
headers = {
71
"Authorization": f"Bearer {token}",
72
- })
+ }
73
result = self._call(
74
method=Method.get, path=resources_path, params=params, headers=headers
75
)
0 commit comments