We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161e78 commit 1396dffCopy full SHA for 1396dff
1 file changed
ts/src/sdk/connection/connection.ts
@@ -18,7 +18,7 @@ export async function connect(state: SdkState, config: ActionSdk["config"], opti
18
logger.debug("Trying to connect to aquila")
19
const builtOptions: RpcOptions = {
20
meta: {
21
- "Authorization": config.authToken,
+ "authorization": config.authToken,
22
},
23
...options
24
}
0 commit comments