feat: add validated state for project

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-24 15:16:30 +02:00
parent 1ba6cf79c0
commit 61db3da695
2 changed files with 95 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ impl Cuddle<PreparePlan> {
state.validate_state(&raw_state).await?
} else {
ValidatedState {}
ValidatedState::default()
};
Ok(Cuddle { state })