Skip to content

Commit

Permalink
Add console.log for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Dec 3, 2024
1 parent 6f9ab1f commit a7e3679
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ export default async function loadDefaultExplorePageData(f: typeof fetch) {
f,
);

// eslint-disable-next-line no-console
console.log('fetchProjects', projectsRes);

return projectsRes.projects;
};

Expand Down

0 comments on commit a7e3679

Please sign in to comment.