Skip to content

Commit 7f25ebd

Browse files
committed
fix: import
1 parent 931aabb commit 7f25ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next-data/generators/releaseSchedule.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { RELEASE_SCHEDULE_URL } from '#site/next.constants.mjs';
2-
import { fetchWithRetry } from '#site/util/fetch';
2+
import { fetchWithRetry } from '#site/next.fetch.mjs';
33

44
async function fetchReleaseSchedule() {
55
const response = await fetchWithRetry(RELEASE_SCHEDULE_URL);

0 commit comments

Comments
 (0)