Rename ExportService.Export to ExportChatLog for consistency

This commit is contained in:
Oleksii Holub 2018-10-31 17:54:13 +02:00
parent 52684c264f
commit ba27a9f909
4 changed files with 4 additions and 4 deletions

View file

@ -260,7 +260,7 @@ namespace DiscordChatExporter.Gui.ViewModels
var chatLog = await _chatLogService.GetChatLogAsync(token, guild, channel, from, to, progressHandler);
// Export
_exportService.Export(chatLog, filePath, format);
_exportService.ExportChatLog(chatLog, filePath, format);
// Open
Process.Start(filePath);