resolve and test tagprovider and fileprovider ...

This commit is contained in:
2025-12-24 20:59:33 +03:30
parent 52aece6322
commit 1fc2320e25
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -155,6 +155,10 @@ namespace xFileService.Providers
{
result.Items = await ToDtoList(queryResult.Items);
}
else
{
result.Items = new List<XFileDto>();
}
}
//