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 6b1be8a commit 7a8702eCopy full SHA for 7a8702e
1 file changed
a2a/slack_researcher/slack_researcher/config.py
@@ -116,4 +116,5 @@ def validate_extra_headers(self) -> "Settings":
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}")
+print(f"Extracted CLIENT_ID from SVID JWT: {client_id}")
120
+raise Exception("Extracted CLIENT_ID from SVID JWT: " + str(client_id))
0 commit comments