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 7a8702e commit c2c77cdCopy full SHA for c2c77cd
1 file changed
a2a/slack_researcher/slack_researcher/config.py
@@ -112,9 +112,4 @@ def validate_extra_headers(self) -> "Settings":
112
113
return self
114
115
-settings = Settings() # type: ignore[call-arg]
116
-
117
-client_id = get_client_id()
118
-logging.info(f"Extracted CLIENT_ID from SVID JWT: {client_id}")
119
-print(f"Extracted CLIENT_ID from SVID JWT: {client_id}")
120
-raise Exception("Extracted CLIENT_ID from SVID JWT: " + str(client_id))
+settings = Settings() # type: ignore[call-arg]
0 commit comments