fix package properties container name

This commit is contained in:
Chris Guida
2021-09-13 15:55:32 -05:00
committed by Aiden McClelland
parent 8a54775afb
commit c75ac3ec62

View File

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