feat: add validated state for project
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -82,7 +82,7 @@ impl Cuddle<PreparePlan> {
|
||||
|
||||
state.validate_state(&raw_state).await?
|
||||
} else {
|
||||
ValidatedState {}
|
||||
ValidatedState::default()
|
||||
};
|
||||
|
||||
Ok(Cuddle { state })
|
||||
|
Reference in New Issue
Block a user