Skip to content

Commit

Permalink
run fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Jan 9, 2025
1 parent ab08a28 commit 9c44fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async function shareItem(client, vaultId, itemId) {
// NOTE: just for the sake of archiving it. This is because the SDK
// NOTE: only works with active items, so archiving and then deleting
// NOTE: is not yet possible.
async function archiveItem(vaultId, itemId){
async function archiveItem(vaultId, itemId) {
// [developer-docs.sdk.js.archive-item]-start
// Archive an item from your vault.
await client.items.archive(vaultId, itemId);
Expand Down

0 comments on commit 9c44fbb

Please sign in to comment.