Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
henryfauna committed Dec 11, 2024
1 parent 1cdc4d2 commit fd3a7cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/commands/schema/status.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ async function doStatus(argv) {
const gatherFSL = container.resolve("gatherFSL");
const fsl = reformatFSL(await gatherFSL(argv.dir));

// let hasLocalSchema = false;
// for (let _ of fsl.entries()) {
// hasLocalSchema = true;
// break;
// }
const hasLocalSchema = fsl.entries().next().done === false;

const statusParams = new URLSearchParams({ diff: "summary" });
Expand Down

0 comments on commit fd3a7cc

Please sign in to comment.