Fix issue 168 description and toast placement

This commit is contained in:
Arunavo Ray
2026-02-24 10:25:53 +05:30
parent b1ca8c46bf
commit 6829bcff91
3 changed files with 14 additions and 2 deletions

View File

@@ -579,7 +579,7 @@ export const mirrorGithubRepoToGitea = async ({
lfs: config.giteaConfig?.lfs || false,
private: repository.isPrivate,
repo_owner: repoOwner,
description: "",
description: repository.description?.trim() || "",
service: "git",
};