Skip to content

Commit b7d08fe

Browse files
6543guillep2k
andcommitted
Apply suggestions from code review
Thx Co-Authored-By: guillep2k <[email protected]>
1 parent a904f4b commit b7d08fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/issue_watch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func getIssueWatch(e Engine, userID, issueID int64) (iw *IssueWatch, exists bool
7070
func GetIssueWatchersIDs(issueID int64) ([]int64, error) {
7171
return getIssueWatchersIDs(x, issueID, true)
7272
}
73+
7374
func getIssueWatchersIDs(e Engine, issueID int64, watching bool) ([]int64, error) {
7475
ids := make([]int64, 0, 64)
7576
return ids, x.Table("issue_watch").

0 commit comments

Comments
 (0)