Codemaid
This commit is contained in:
@@ -23,9 +23,9 @@ public class FileProvider(ITopLevelProvider topLevelProvider) :
|
||||
}
|
||||
});
|
||||
|
||||
return storageFiles.Select(file => file.Path.LocalPath).ToList();
|
||||
return storageFiles.Select(file => file.Path.LocalPath).ToList();
|
||||
}
|
||||
|
||||
return Array.Empty<string>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user