mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08: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