0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 14:30:58 +01:00

some fixes

This commit is contained in:
Lunny Xiao 2024-05-25 17:27:29 +08:00
parent 7bd86c731c
commit eaae69ec44

View file

@ -105,9 +105,6 @@ func (t *Tree) listEntriesRecursive(ctx context.Context, extraArgs TrustedCmdArg
t.entriesRecursive = append(t.entriesRecursive, entry)
return nil
}, extraArgs)
if err == nil {
t.entriesRecursiveParsed = true
}
return t.entriesRecursive, err
}