diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/migrations/github.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/migrations/github.go b/services/migrations/github.go index ed193cd746..f27c1a34da 100644 --- a/services/migrations/github.go +++ b/services/migrations/github.go @@ -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), |