mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	rename fields
This commit is contained in:
		| @@ -13,7 +13,7 @@ import ( | ||||
| func (t *Tree) GetTreeEntryByPath(relpath string) (*TreeEntry, error) { | ||||
| 	if len(relpath) == 0 { | ||||
| 		return &TreeEntry{ | ||||
| 			Id:   t.Id, | ||||
| 			ID:   t.ID, | ||||
| 			Type: TREE, | ||||
| 			mode: ModeTree, | ||||
| 		}, nil | ||||
|   | ||||
		Reference in New Issue
	
	Block a user