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 f24dc9b commit d6e86d4
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 d6e86d4

Please sign in to comment.