Agent: Modify schedule jobs PBA to return PostBreachData

This commit is contained in:
Shreya Malviya 2022-03-25 21:00:24 +05:30 committed by vakarisz
parent 24ba5e37da
commit 5a8e8850a5
1 changed files with 2 additions and 1 deletions

View File

@ -21,5 +21,6 @@ class ScheduleJobs(PBA):
)
def run(self):
super(ScheduleJobs, self).run()
post_breach_data = super(ScheduleJobs, self).run()
remove_scheduled_jobs()
return post_breach_data