remove duplciate lines

This commit is contained in:
ryanfkeepers 2023-01-20 12:21:34 -07:00
parent 8b7c0d5511
commit 7a76488f33

View File

@ -84,10 +84,6 @@ func (ecc *eventCalendarCache) Populate(
return errors.Wrap(err, "establishing calendar paths")
}
if err := ecc.populatePaths(ctx); err != nil {
return errors.Wrap(err, "establishing calendar paths")
}
return nil
}