]> source.dussan.org Git - gitea.git/commit
Fix ignored errors when checking if organization, team member (#3177)
authorEthan Koenig <ethantkoenig@gmail.com>
Thu, 21 Dec 2017 07:43:26 +0000 (23:43 -0800)
committerLauris BH <lauris@nix.lv>
Thu, 21 Dec 2017 07:43:26 +0000 (09:43 +0200)
commit515cdaa85d6087d91a61ebe74fae39e0c4bdf1c4
tree3a7143fc376af4402ca9008876be3afdc0c18efc
parent529482135c8e9304dd7cdf08772eaba61d903894
Fix ignored errors when checking if organization, team member (#3177)
16 files changed:
models/org.go
models/org_team.go
models/org_team_test.go
models/org_test.go
models/repo.go
models/user.go
modules/context/org.go
routers/api/v1/api.go
routers/api/v1/org/member.go
routers/api/v1/org/team.go
routers/api/v1/repo/fork.go
routers/api/v1/repo/repo.go
routers/repo/issue.go
routers/repo/pull.go
routers/repo/repo.go
routers/repo/setting.go