mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	add return avter error on right position
This commit is contained in:
		| @@ -654,8 +654,9 @@ func AddIssueSubscription(ctx *context.APIContext) { | ||||
| 			ctx.NotFound() | ||||
| 		} else { | ||||
| 			ctx.Error(500, "GetUserByName", err) | ||||
| 			return | ||||
| 		} | ||||
|  | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	//only admin and user for itself can change subscription | ||||
| @@ -727,8 +728,9 @@ func DelIssueSubscription(ctx *context.APIContext) { | ||||
| 			ctx.NotFound() | ||||
| 		} else { | ||||
| 			ctx.Error(500, "GetUserByName", err) | ||||
| 			return | ||||
| 		} | ||||
|  | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
| 	//only admin and user for itself can change subscription | ||||
|   | ||||
		Reference in New Issue
	
	Block a user