Warning file record should use filename, not URL

This commit is contained in:
Dan Paulat 2025-02-17 23:36:02 -06:00
parent 2eb65defbc
commit c00016cb69

View file

@ -130,8 +130,7 @@ WarningsProvider::LoadUpdatedFiles(
{ {
if (headResponse.status_code == cpr::status::HTTP_OK) if (headResponse.status_code == cpr::status::HTTP_OK)
{ {
bool updated = bool updated = p->UpdateFileRecord(headResponse, filename);
p->UpdateFileRecord(headResponse, url); // TODO: filename
if (updated) if (updated)
{ {