Typo
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Emmanuel 2025-01-10 22:54:48 +01:00
parent dedac3d930
commit 6ce15b9874
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ async function exportCodesListToGit(
{ headers: { Accept: "application/json" } },
)
if (response.status === 404) {
// Create respository.
// Create repository.
const url = new URL(`/api/v1/orgs/codes/repos`, forgejo.url).toString()
const response = await fetch(url, {
body: JSON.stringify(

View file

@ -122,7 +122,7 @@ async function exportConsolidatedTextsToGit(
{ headers: { Accept: "application/json" } },
)
if (response.status === 404) {
// Create respository.
// Create repository.
const url = new URL(
`/api/v1/orgs/${consolidatedTextNatureDirName}/repos`,
forgejo.url,