Skip to content

Commit

Permalink
patch switch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubber1Duck committed Nov 6, 2024
1 parent d40a55c commit c96cc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-requests/hospitalization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export async function getHospitalizationData(): Promise<
}
);
const apiUrl = new URL(
"https://api.github.com/repos/robert-koch-institut/COVID-19-Hospitalisierungen_in_Deutschland/commits/master"
"https://api.github.com/repos/robert-koch-institut/COVID-19-Hospitalisierungen_in_Deutschland/commits/main"
);
const [hospitalizationData, lastUpdate] = await Promise.all([
hospitalizationDataPromise,
Expand Down

0 comments on commit c96cc13

Please sign in to comment.