Remove redundant fileCount from search result

This commit is contained in:
Eike Kettner
2020-12-06 22:53:18 +01:00
parent 21cd778c37
commit b338f18e98
4 changed files with 4 additions and 9 deletions

View File

@ -224,7 +224,7 @@ concerning =
fileCount : ItemTemplate
fileCount =
ItemTemplate (.fileCount >> String.fromInt)
ItemTemplate (.attachments >> List.length >> String.fromInt)