We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518d894 commit 6513030Copy full SHA for 6513030
McpChatWeb/Program.cs
@@ -2383,7 +2383,6 @@ WHERE completed_at IS NOT NULL
2383
}
2384
var logsBasePath = Path.GetFullPath(Path.Combine("..", "Logs"), Directory.GetCurrentDirectory());
2385
var migrationPath = Path.Combine(logsBasePath, "Migration");
2386
- var today = DateTime.Now.ToString("yyyy-MM-dd");
2387
2388
// Get run information
2389
var dbPath = GetMigrationDbPath();
0 commit comments