แก้ปัญหา token ถูกล้างไปก่อนที่จะส่ง notification
This commit is contained in:
parent
2b000cbd69
commit
c77035dbb2
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue