Skip to content

fix panic when config object is null

Administrator requested to merge usage-data/fix-panic-when-config-is-null into main

Created by: coury-clark

Fixes a panic when the config is null. This cropped up when I switched from a config object to environment variables and all of the test instances already had the object set.

Test plan

Unit tests for all null possibilities

Merge request reports

Loading