Skip to content

Fix import path for fetchApps in revalidate-apps task#17066

Merged
pettinarip merged 1 commit into
devfrom
fix/revalidate-apps-import
Jan 12, 2026
Merged

Fix import path for fetchApps in revalidate-apps task#17066
pettinarip merged 1 commit into
devfrom
fix/revalidate-apps-import

Conversation

@pettinarip
Copy link
Copy Markdown
Member

Summary

  • Fix broken import path in src/data-layer/trigger/old-tasks/revalidate-apps.ts
  • Update import from @/lib/api/fetchApps to @/data-layer/api/fetchApps

Problem

The Netlify build was failing with:

Type error: Cannot find module '@/lib/api/fetchApps' or its corresponding type declarations.

Solution

The fetchApps function was moved during the data-layer refactor but this import wasn't updated. Fixed by pointing to the correct location.

Test plan

  • TypeScript compilation passes

Update import from @/lib/api/fetchApps to @/data-layer/api/fetchApps
to match the current location of the module after data-layer refactor.
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 12, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit ed94a23
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6964e2fd4824510008db0c21
😎 Deploy Preview https://deploy-preview-17066.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 55 (🟢 up 3 from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (🟢 up 1 from production)
SEO: 100 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@pettinarip pettinarip merged commit 6ce0846 into dev Jan 12, 2026
5 of 6 checks passed
@pettinarip pettinarip deleted the fix/revalidate-apps-import branch January 12, 2026 12:06
@wackerow wackerow mentioned this pull request Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant