🐛 fixed last commit

This commit is contained in:
EntireTwix 2021-07-06 19:02:23 -07:00
parent 7ad83bfb63
commit bf5c2fde33

View file

@ -119,7 +119,6 @@ void api::ApiProperties(req_args) const
Json::Value temp;
temp["version"] = API_VERSION;
temp["max_log"] = MAX_LOG_SIZE;
temp["pre_log"] = PRE_LOG_SIZE;
temp["min_name"] = min_name_size;
temp["max_name"] = max_name_size;
temp["return_on_del"] = RETURN_ON_DEL;