Skip to content

Commit

Permalink
fix task return
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 18, 2024
1 parent d8d4431 commit 33780b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/backup/jobrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ func RunBackup(job *store.Job, storeInstance *store.Store, waitChan chan struct{
}
}()

return &task, nil
return task, nil
}

0 comments on commit 33780b1

Please sign in to comment.