[bugfix] correct error message when app version is not found

This commit is contained in:
Ayush Jha
2024-05-14 12:24:19 +05:45
committed by Christoph Herzog
parent b19a1e1e82
commit b663584126

View File

@@ -884,7 +884,7 @@ fn get_app_logs(
.run_graphql(types::GetDeployAppLogs::build(variables.clone()))
.await?
.get_deploy_app_version
.context("unknown package version")?;
.context("app version not found")?;
let page: Vec<_> = deploy_app_version
.logs