Skip to content

Commit

Permalink
Test identity trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoenigsknecht committed Apr 26, 2024
1 parent e7362d5 commit 347cdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/identity/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export enum ExtensionsTypes {
}

export function hexStringToArrayBuffer(str: string): ArrayBuffer {
console.log('ISLA TEST')
const stringLength = str.length / 2

const resultBuffer = new ArrayBuffer(stringLength)
Expand Down

0 comments on commit 347cdae

Please sign in to comment.