Skip to content

Commit

Permalink
Move makeScript helper
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Feb 28, 2024
1 parent 63c3d5d commit 77142e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/admin/tools/message_classification_cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { classifyWorkspace } from "@app/admin/tools/message_classification";
import { makeScript } from "@app/migrations/helpers";
import { makeScript } from "@app/scripts/helpers";

makeScript(
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
DataSource,
} from "@app/lib/models";
import logger from "@app/logger/logger";
import { makeScript } from "@app/migrations/helpers";
import { makeScript } from "@app/scripts/helpers";

makeScript(
{
Expand Down
File renamed without changes.

0 comments on commit 77142e5

Please sign in to comment.