Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Dec 17, 2024
1 parent 5eb1679 commit 5ff4084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/sirene/get-stock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { db } from "./mongo.js";
import { db } from "../../services/mongo.service";

export async function getSiretStockFromPaysage() {
const sirets = db.collection("identifiers").aggregate([
Expand Down

0 comments on commit 5ff4084

Please sign in to comment.