mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Backport #25246 by @wolfogre Fix #25245. Regression of #23946. Co-authored-by: Jason Song <[email protected]>
This commit is contained in:
co-authored by
GitHub
Jason Song
parent
21cd5c2f3d
commit
8fa9d9dcc9
@@ -487,7 +487,7 @@ func (g *GithubDownloaderV3) GetIssues(page, perPage int) ([]*base.Issue, bool,
|
||||
Updated: issue.GetUpdatedAt().Time,
|
||||
Labels: labels,
|
||||
Reactions: reactions,
|
||||
Closed: &issue.ClosedAt.Time,
|
||||
Closed: issue.ClosedAt.GetTime(),
|
||||
IsLocked: issue.GetLocked(),
|
||||
Assignees: assignees,
|
||||
ForeignIndex: int64(*issue.Number),
|
||||
|
||||
Reference in New Issue
Block a user