Skip to content

Commit

Permalink
fix: auto import error
Browse files Browse the repository at this point in the history
  • Loading branch information
evanp committed Nov 27, 2024
1 parent bc638e9 commit fef43ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/routes/search.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { BadRequest } from "http-errors";
import { Op } from "sequelize";
import { getClient } from "../elasticsearch/elasticsearch";
import { ActorDataCoverage } from "../orm/actordatacoverage";
import { replname } from "../jest.config";
const { connect } = require("../orm/init");

const indexName = process.env.ELASTIC_SEARCH_INDEX_NAME || "actors";
Expand Down

0 comments on commit fef43ec

Please sign in to comment.