fix: The db dump on the private

This commit is contained in:
J H
2024-03-27 11:11:55 -06:00
parent 22d8d08355
commit bcc76dd60a

View File

@@ -206,7 +206,7 @@ async fn cli_dump(
from_value::<Dump>(
ctx.call_remote(
"db.dump",
imbl_value::json!({ "include-private":include_private }),
imbl_value::json!({ "includePrivate":include_private }),
)
.await?,
)?