From eabba0cf196b384a170dc780ed6526b8ddeb339b Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 1 Jan 2023 18:46:42 +0000 Subject: [PATCH] Add TODO not about fixing issue creation index --- routers/api/v1/activitypub/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/activitypub/create.go b/routers/api/v1/activitypub/create.go index bf9e487004..8157c3571b 100644 --- a/routers/api/v1/activitypub/create.go +++ b/routers/api/v1/activitypub/create.go @@ -213,7 +213,7 @@ func createIssue(ctx context.Context, ticket *forgefed.Ticket) error { return err } issue := &issues_model.Issue{ - Index: idx, // This doesn't seem to work? + Index: idx, // TODO: This doesn't seem to work? RepoID: repo.ID, Repo: repo, Title: ticket.Summary.String(),