Skip to content

Commit

Permalink
Merge pull request #504 from mission-apprentissage/feat/update-stats
Browse files Browse the repository at this point in the history
chore: mise à jour de la page stats
  • Loading branch information
FaXaq authored Dec 5, 2024
2 parents f541167 + fb1618a commit 513abcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fileignoreconfig:
- filename: ui/app/(wrapped)/ressources/page.tsx
checksum: 58aeb5ee51ef187a6f97a6dc73922767bd177c600164ffd7076391a87f372ebe
- filename: ui/app/(wrapped)/statistiques/page.tsx
checksum: 573be5ad333d02b3969e61ec8a4860c161af648abb752a3a22b35d5f37bc6bd1
checksum: 4eff930f0a5a1df09c53d1a2e65c8911b3ae7d0ca8d2393ce371d9773af1e217
- filename: ui/config.public.ts
checksum: 5a6c64c078366fc4c259fcf660abb66e4db3ffbc8365fdad5d3c05cad54d99dc
- filename: ui/src/config.public.ts
Expand Down
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/statistiques/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const revalidate = 60;

const fetchData = async () => {
const notion = new NotionAPI();
const recordMap = await notion.getPage("Statistiques-15053dcb357c49a6bdd1b71053def2aa");
const recordMap = await notion.getPage("Statistiques-V2-df324f5721bd4840a6ae571f1e3999f0");
return recordMap;
};

Expand Down

0 comments on commit 513abcb

Please sign in to comment.