Merge branch 'main' into new-templates

This commit is contained in:
Edoardo Marangoni
2024-05-15 19:24:56 +02:00
15 changed files with 284 additions and 109 deletions

View File

@@ -915,7 +915,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