We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac280f commit 45d9024Copy full SHA for 45d9024
src/prometheus/step.lua
@@ -23,7 +23,7 @@ function Step:new(settings)
23
end
24
25
for key, data in pairs(self.SettingsDescriptor) do
26
- if not settings[key] then
+ if settings[key] == nil then
27
if data.default == nil then
28
logger:error(string.format("The Setting \"%s\" was not provided for the Step \"%s\"", key, self.Name));
29
0 commit comments