Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:mission-apprentissage/tables-cor…
Browse files Browse the repository at this point in the history
…respondances into sdk
  • Loading branch information
QuentinPetel committed Oct 10, 2022
2 parents 30602ea + 677a3ad commit 3931be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/sdk/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function onisepImporter(db: Connection) {
isSdkReady();
try {
const { onisepImporter: importer } = await import("../../jobs/OnisepImporter");
await importer(db);
await importer();
} catch (error) {
console.error(`onisepImporter: something went wrong!`, error);
}
Expand Down

0 comments on commit 3931be8

Please # to comment.