fix: incorrect data type in the option's metadata

This commit is contained in:
2025-11-12 15:19:49 +03:00
parent dc75ef6600
commit c66411653e

View File

@@ -59,7 +59,7 @@ in
}) })
// { // {
meta = { meta = {
type = "str"; type = "string";
weight = 1; weight = 1;
}; };
}; };