feat: advance siteey create now allows setting publication status

This commit is contained in:
Aravinth Manivannan
2023-06-30 16:49:35 +05:30
parent 22edb04ce2
commit 468752f691
6 changed files with 28 additions and 0 deletions

View File

@@ -262,5 +262,6 @@ pub fn get_level_data() -> CreateCaptcha {
levels,
duration: 30,
description: "dummy".into(),
publish_benchmarks: false,
}
}