Closed
Description
Description
...ervices/pull/pull.go:245:func1() [E] PullRequestList.InvalidateCodeComments: find code comments: needs a pointer to a slice or a map
It seems cause by incorrect generic call:
InvalidateCodeComments:
var codeComments []*issues_model.Comment
db.Find(ctx, ..., &codeComments)
Gitea Version
1.18/main
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
N/A
Database
None