Skip to content

Commit 6fc357f

Browse files
authored
Merge pull request #66 from increments/fix-public-command
Fix public command
2 parents df7fe5a + df2e13a commit 6fc357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const publish = async (argv: string[]) => {
105105
organizationUrlName: item.organizationUrlName,
106106
slide: item.slide,
107107
});
108-
fileSystemRepo.updateItemUuid(item.name, responseItem.id);
108+
await fileSystemRepo.updateItemUuid(item.name, responseItem.id);
109109

110110
console.log(`Posted: ${item.name} -> ${responseItem.id}`);
111111
}

0 commit comments

Comments
 (0)