Skip to content

Commit 444923f

Browse files
committed
chore(types): fix reference
1 parent f335d7f commit 444923f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/workshop-app/app/routes/admin+/update-repo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function action() {
3939
export function UpdateToast({
4040
repoUpdates,
4141
}: {
42-
repoUpdates: Awaited<ReturnType<typeof checkForUpdates>>
42+
repoUpdates: Awaited<ReturnType<typeof checkForUpdatesCached>>
4343
}) {
4444
const updateFetcher = useFetcher<typeof action>()
4545
const updateFetcherRef = useRef(updateFetcher)

0 commit comments

Comments
 (0)