mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	minor fix on API response
This commit is contained in:
		| @@ -470,7 +470,7 @@ func trimCommitActionAppUrlPrefix(x *xorm.Engine) error { | ||||
| 		if _, err = sess.Id(actID).Update(&Action{ | ||||
| 			Content: string(p), | ||||
| 		}); err != nil { | ||||
| 			return fmt.Errorf("update action[%s]: %v", actID, err) | ||||
| 			return fmt.Errorf("update action[%d]: %v", actID, err) | ||||
| 		} | ||||
| 	} | ||||
| 	return sess.Commit() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user