Skip to content

Commit 45c5449

Browse files
committed
Remove unnecessary changes
1 parent 22a6407 commit 45c5449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/private/hook_post_receive.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ func HookPostReceive(ctx *gitea_context.PrivateContext) {
193193
})
194194
return
195195
}
196-
197196
perm, err := access_model.GetUserRepoPermission(ctx, repo, pusher)
198197
if err != nil {
199198
log.Error("Failed to Update: %s/%s Error: %v", ownerName, repoName, err)

0 commit comments

Comments
 (0)