Skip to content

Commit 1396dff

Browse files
committed
Change auth header to lowercase
1 parent c161e78 commit 1396dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/src/sdk/connection/connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export async function connect(state: SdkState, config: ActionSdk["config"], opti
1818
logger.debug("Trying to connect to aquila")
1919
const builtOptions: RpcOptions = {
2020
meta: {
21-
"Authorization": config.authToken,
21+
"authorization": config.authToken,
2222
},
2323
...options
2424
}

0 commit comments

Comments
 (0)