Skip to content

Commit

Permalink
revert: 3f4d1a7 it wasn't me
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Sep 9, 2023
1 parent 3f4d1a7 commit 19250f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions commands/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ export default new Command()

const kv = await Deno.openKv(prod && TSWHY_PROD_KV);

if (!prod) {
log.step("Clearing KV store...");
await clear(kv);
}
log.step("Clearing KV store...");
await clear(kv);

let remaining = docs.size;
log.step(`Loading KV store with ${remaining} diagnostics...`);
Expand Down

0 comments on commit 19250f1

Please sign in to comment.