mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-09 07:46:13 -04:00
Fix VaultExportService.cs build warning (#1786)
This commit is contained in:
committed by
Leendert de Borst
parent
6624c432a7
commit
120b8c825b
@@ -275,7 +275,7 @@ public static class VaultExportService
|
||||
foreach (var logo in logos.Where(l => !l.IsDeleted && l.FileData != null))
|
||||
{
|
||||
var relativePath = $"logos/{logo.Source}_{logo.Id}.png";
|
||||
logoMap[relativePath] = logo.FileData;
|
||||
logoMap[relativePath] = logo.FileData!;
|
||||
}
|
||||
|
||||
return logoMap;
|
||||
|
||||
Reference in New Issue
Block a user