zod validation fix

This commit is contained in:
Arunavo Ray
2025-07-31 12:30:33 +05:30
parent 3f704ebb23
commit 1aef433918
2 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ export async function getOrCreateGiteaOrgEnhanced({
organizationId: orgId,
organizationName: orgName,
message: `Successfully created Gitea organization: ${orgName}`,
status: "success",
status: "synced",
details: `Organization ${orgName} was created in Gitea with ID ${createResponse.data.id}.`,
});