Skip to content

Commit

Permalink
feat(moderation): replace id by adresse (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Jun 21, 2024
1 parent bf3cf23 commit 7cdad68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/~/moderations/api/src/:id/About_Organisation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ export function About_Organisation() {
)
</li>
<li>
id : <b>{organization.id}</b>
Adresse : <b>{organization.cached_adresse}</b>
</li>
<li>
siret : <b>{organization.siret}</b>
Siret : <b>{organization.siret}</b>
</li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions packages/~/moderations/api/src/:id/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export async function get_moderation(
with: {
organization: {
columns: {
cached_adresse: true,
cached_code_postal: true,
cached_etat_administratif: true,
cached_libelle_categorie_juridique: true,
Expand Down

0 comments on commit 7cdad68

Please sign in to comment.