Skip to content

Commit 6513030

Browse files
gkaletajkordick
authored andcommitted
fix: remove unused today variable in migration-log endpoint
Resolves github-code-quality warning on PR #22.
1 parent 518d894 commit 6513030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

McpChatWeb/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,6 @@ WHERE completed_at IS NOT NULL
23832383
}
23842384
var logsBasePath = Path.GetFullPath(Path.Combine("..", "Logs"), Directory.GetCurrentDirectory());
23852385
var migrationPath = Path.Combine(logsBasePath, "Migration");
2386-
var today = DateTime.Now.ToString("yyyy-MM-dd");
23872386

23882387
// Get run information
23892388
var dbPath = GetMigrationDbPath();

0 commit comments

Comments
 (0)