Push draft of sftp reconcilation details

This commit is contained in:
DaneEveritt
2022-07-24 10:28:42 -04:00
parent 7bd11c1c28
commit 61baccb1a3
5 changed files with 165 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ func (ac *activityCron) Run(ctx context.Context) error {
if len(logs) == 0 {
return nil
}
if err := ac.manager.Client().SendActivityLogs(context.Background(), logs); err != nil {
if err := ac.manager.Client().SendActivityLogs(ctx, logs); err != nil {
return errors.WrapIf(err, "cron: failed to send activity events to Panel")
}