This updates overseer/harness to always return a map. This allows for flexibility for the user, so a function can be passed, but as soon as it is wrapped in a harness, it is automatically converted to a map. This fixes a bug where if we passed a key such as :pre-process, it wouldn't actually be set as a pre-processor unless our handler was already a map.
This updates
overseer/harness
to always return a map. This allows for flexibility for the user, so a function can be passed, but as soon as it is wrapped in a harness, it is automatically converted to a map. This fixes a bug where if we passed a key such as:pre-process
, it wouldn't actually be set as a pre-processor unless our handler was already a map.