Skip to content

Commit

Permalink
fix(cli): avoid circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Dec 14, 2023
1 parent 8ebd037 commit f7cbb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/datatruck/cron-server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConfigAction } from "../..";
import { ConfigAction } from "../../actions/ConfigAction";
import { BackupCommandOptions } from "../../commands/BackupCommand";
import { CopyCommandOptionsType } from "../../commands/CopyCommand";
import { stringifyOptions } from "../cli";
Expand Down

0 comments on commit f7cbb90

Please sign in to comment.