Skip to content

Commit

Permalink
fix: tools
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Apr 3, 2024
1 parent 7f9f29f commit 7816def
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const generatePrequalified = async (
source: document.source,
description: document.description || document.document.description,
breadcrumbs: getBreadcrumbs(document.cdtnId),
url: document.document.url,
action: document.document.action,
url: document.document.url, // pour les outils externes
action: document.document.action, // pour les outils (interne/externe)
})
),
}));
Expand Down

0 comments on commit 7816def

Please sign in to comment.