Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobret committed Nov 18, 2024
1 parent c20797c commit 546d3a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/migrations/20241105100553-add-cohort-groups.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { logger } from "../src/logger";
import { CohortGroupModel, CohortModel } from "../src/models";
import { COHORT_TYPE } from "snu-lib";
const { logger } = require("../src/logger");
const { CohortGroupModel, CohortModel } = require("../src/models");
const { COHORT_TYPE } = require("snu-lib");

const pipeline = [
{
Expand Down

0 comments on commit 546d3a6

Please sign in to comment.