Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Nov 23, 2023
1 parent 5770309 commit 00c21db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/models/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Sequelize } from "sequelize";

import dbConfig from "../config/config";
import config from "../../services/config";
import dbConfig from "../config/config";
import psychologist from "./psychologist";

const env = process.env.NODE_ENV || "development";
Expand Down

0 comments on commit 00c21db

Please sign in to comment.