Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
henryfauna committed Nov 22, 2024
1 parent 1759832 commit 8485a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/database/create.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { container } from "../../cli.mjs";

async function createDatabase(argv) {
const logger = container.resolve("logger");
logger.stdout(`TBD dog`);
logger.stdout(`TBD`);
}

function buildCreateCommand(yargs) {
Expand Down

0 comments on commit 8485a96

Please sign in to comment.