mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-11 21:49:17 +03:00
Fix issue 168 description and toast placement
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user