1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

limit_value: fix typo in hook config parser

This commit is contained in:
Steffen Vogel 2022-01-10 17:52:59 +01:00
parent 80f63f26c7
commit 6adcd8cf92

View file

@ -83,7 +83,7 @@ public:
ret = json_unpack_ex(json, &err, 0, "{ s: f, s: f }",
"min", &min,
"min", &max
"max", &max
);
if (ret)
throw ConfigError(json, err, "node-config-hook-average");