fix: cron needs to be set on renter

This commit is contained in:
Derrick Hammer 2024-02-01 18:33:17 -05:00
parent 8abc41e46f
commit 0a6efaf0e3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func NewRenterService(params RenterServiceParams) *RenterDefault {
return &RenterDefault{
config: params.Config,
logger: params.Logger,
cron: params.Cron,
}
}