Skip to content

Commit

Permalink
fix: remove default context id value
Browse files Browse the repository at this point in the history
  • Loading branch information
frdomovic committed Jun 20, 2024
1 parent 06edebd commit 0efeb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calimero-sdk/src/auth/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface Header {

export async function createAuthHeader(
payload: string,
contextId: string = "admin-ui"
contextId: string
): Promise<Header | null> {
const privateKey: PrivateKey = await getPrivateKey();

Expand Down

0 comments on commit 0efeb1d

Please sign in to comment.