Small clenaup

This commit is contained in:
Oleksii Holub
2019-02-01 15:33:06 +02:00
parent b6fcbac030
commit 659c499bd0
4 changed files with 15 additions and 5 deletions

View File

@@ -260,8 +260,8 @@ namespace DiscordChatExporter.Gui.ViewModels
var progressHandler = new Progress<double>(p => Progress = p);
// Get chat log
var chatLog = await _dataService.GetChatLogAsync(token, dialog.Guild.Model, dialog.Channel.Model,
dialog.From, dialog.To, progressHandler);
var chatLog = await _dataService.GetChatLogAsync(token, dialog.Guild, dialog.Channel, dialog.From,
dialog.To, progressHandler);
// Export
_exportService.ExportChatLog(chatLog, dialog.FilePath, dialog.SelectedFormat,