Skip to content

Commit 9c44fbb

Browse files
committed
run fmt fix
1 parent ab08a28 commit 9c44fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async function shareItem(client, vaultId, itemId) {
225225
// NOTE: just for the sake of archiving it. This is because the SDK
226226
// NOTE: only works with active items, so archiving and then deleting
227227
// NOTE: is not yet possible.
228-
async function archiveItem(vaultId, itemId){
228+
async function archiveItem(vaultId, itemId) {
229229
// [developer-docs.sdk.js.archive-item]-start
230230
// Archive an item from your vault.
231231
await client.items.archive(vaultId, itemId);

0 commit comments

Comments
 (0)