Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Jan 29, 2025
1 parent da87499 commit 48ceb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/sirene/get-changes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fetchLegalUnitById, fetchEstablishmentById } from './api';

export const getLegalUnitChanges = async (element) => {
const { siren } = element;
const { siren, paysage } = element;

const legalUnit = await fetchLegalUnitById(siren);
if (!legalUnit) return [];
Expand Down

0 comments on commit 48ceb7e

Please sign in to comment.