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

@@ -42,7 +42,7 @@ namespace DiscordChatExporter.Cli.Verbs
}
// Export
exportService.Export(chatLog, filePath, Options.ExportFormat);
exportService.ExportChatLog(chatLog, filePath, Options.ExportFormat);
// Print result
Console.WriteLine($"Exported chat to [{filePath}]");