diff options
author | Anthony Wang | 2023-03-16 01:34:48 +0000 |
---|---|---|
committer | Anthony Wang | 2023-03-16 01:34:48 +0000 |
commit | b990484b03348d52bf524bab99f427b519b0d7d5 (patch) | |
tree | cc93967b25f398e79550592d9693f6ffdbc32c8b | |
parent | 3b547c695eb78908d8b01d46944604c07b41dbd1 (diff) |
-rw-r--r-- | models/issues/issue.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issues/issue.go b/models/issues/issue.go index 9fdb63cfa..62727a197 100644 --- a/models/issues/issue.go +++ b/models/issues/issue.go @@ -2510,4 +2510,4 @@ func (issue *Issue) GetIRI(ctx context.Context) string { return issue.OriginalAuthor } return setting.AppURL + "api/v1/activitypub/ticket/" + issue.Repo.OwnerName + "/" + issue.Repo.Name + "/" + strconv.FormatInt(issue.Index, 10) -}
\ No newline at end of file +} |