From 679680d12dd322655a58c4efaf2ecc76996b1aa7 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 15 Oct 2024 14:58:01 +0200 Subject: [PATCH] no return --- models/organization/org.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/organization/org.go b/models/organization/org.go index 3467aae349..7f55957389 100644 --- a/models/organization/org.go +++ b/models/organization/org.go @@ -215,7 +215,6 @@ func (opts FindOrgMembersOpts) applyTeamMatesOnlyFilter(sess *xorm.Session) { sess.In("org_user.uid", teamMates) } - return nil } // CountOrgMembers counts the organization's members