Skip to content

Commit

Permalink
♻️ (liquibase.ts): remove unused import POSTGRESQL_DEFAULT_CONFIG to …
Browse files Browse the repository at this point in the history
…clean up code and improve maintainability
  • Loading branch information
jandroav committed Jun 20, 2024
1 parent 7265a57 commit 95c5f88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liquibase.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node
// import { join } from 'path';
import { CommandHandler, FileHelper } from './util';
import { POSTGRESQL_DEFAULT_CONFIG } from './constants/defaults/postgresql-default.config';
import { LiquibaseCommands } from './enums/liquibase-commands.enum';
import {
LiquibaseConfig,
Expand Down

0 comments on commit 95c5f88

Please sign in to comment.