Skip to content

Commit 9e1cd2d

Browse files
authored
Fix quickbook. (#390)
1 parent b6bb005 commit 9e1cd2d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

mcp_servers/quickbooks/session_manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ def extract_credentials_from_headers(self, request_or_scope) -> Tuple[str, str,
106106
header_value = headers.get(b'x-auth-data')
107107
if header_value:
108108
auth_data = base64.b64decode(header_value).decode('utf-8')
109-
110-
# Extract auth data from x-auth-data header
111-
auth_data = base64.b64decode(headers.get(b'x-auth-data')).decode('utf-8')
112109

113110
if not auth_data:
114111
return "", "", ""

0 commit comments

Comments
 (0)