Skip to content

Commit

Permalink
Minor sample update
Browse files Browse the repository at this point in the history
  • Loading branch information
krollins-mdb committed Nov 6, 2023
1 parent 729143e commit 60ea261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const EncryptMetadata = ({
}: {
encryptionKey: ArrayBuffer;
}) => {
// :emphasize-start:
const metadataConfig = {
// :emphasize-start:
mode: MetadataMode.Encryption,
encryptionKey: encryptionKey,
// :emphasize-end:
};
// :emphasize-end:

return (
<AppProvider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. code-block:: typescript
:emphasize-lines: 6-9
:emphasize-lines: 7-8
const EncryptMetadata = ({
encryptionKey,
Expand Down

0 comments on commit 60ea261

Please sign in to comment.