Closed jasonodonnell closed 3 years ago
If config is nil (backend is enabled but not yet configured), the periodic function will fail because it does not check if the config is nil. Added a guard and a test to cover this case.
config
If
config
is nil (backend is enabled but not yet configured), the periodic function will fail because it does not check if the config is nil. Added a guard and a test to cover this case.