แก้ปัญหา token ถูกล้างไปก่อนที่จะส่ง notification

This commit is contained in:
Suphonchai Phoonsawat 2026-05-15 21:53:40 +07:00
parent 2b000cbd69
commit c77035dbb2
2 changed files with 2 additions and 1 deletions

View file

@ -72,7 +72,6 @@ public class ImportJobTracker
job.CompletedAt = DateTime.Now;
// Clear request data to free memory for completed/failed jobs
job.Request = null;
job.Token = null;
}
}
}