fix package properties container name

This commit is contained in:
Chris Guida
2021-09-13 15:55:32 -05:00
parent d5db3368f4
commit 4ad17979b7

View File

@@ -35,7 +35,7 @@ pub async fn fetch_properties(ctx: RpcContext, id: PackageId) -> Result<Value, E
&ctx,
&manifest.id,
&manifest.version,
None,
Some(&format!("Properties-{}", rand::random::<u64>())),
&manifest.volumes,
None,
false,