Introduce mapNullable into lib and use it in a few places
Also simply some configure flag logic my grep also alerted me too.
This commit is contained in:
@@ -134,7 +134,7 @@ let
|
||||
};
|
||||
});
|
||||
default = null;
|
||||
apply = x: if x == null then null else _filter x;
|
||||
apply = x: mapNullable _filter x;
|
||||
description = ''
|
||||
Optional http login credentials for metrics scraping.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user