Skip to content

Commit d134b75

Browse files
committed
Code cleanup
1 parent 2919da8 commit d134b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/commands/manage/publish-content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export async function action(actionArgs: string[]) {
490490
batch.add(batchItem);
491491
}
492492
}
493-
console.log(`✅ Scan complete.`)
493+
console.log(`✅ Scan complete.`);
494494

495495
await storageProvider.applyBatch(batch);
496496

@@ -511,7 +511,7 @@ export async function action(actionArgs: string[]) {
511511
JSON.stringify(assetsIndex),
512512
encodeIndexMetadata(indexMetadata),
513513
);
514-
console.log(`✅ Index has been saved.`)
514+
console.log(`✅ Index has been saved.`);
515515

516516
// #### SERVER SETTINGS
517517
// These are saved to storage

0 commit comments

Comments
 (0)