Skip to content

Commit

Permalink
Fix errors to make ci pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Sperling-0 committed Jan 8, 2025
1 parent 23aa827 commit 74a9517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/SubtleDataEncryptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class SubtleDataEncryptor implements DataEncryptor {
return bytes;
}

stringToArrayBuffer( data: string ): ArrayBuffer {
stringToArrayBuffer( data: string ): Uint8Array {
return new TextEncoder().encode( data );
}

Expand Down

0 comments on commit 74a9517

Please sign in to comment.