We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbee95 commit 0abb975Copy full SHA for 0abb975
crates/base/src/store.rs
@@ -3,7 +3,7 @@ use async_nats::jetstream::kv::Config;
3
use futures_lite::StreamExt;
4
use prost::Message;
5
use tucana::shared::{ExecutionFlow, ValidationFlow, Value};
6
-use validator::verify_flow;
+use code0_flow::flow_validator::verify_flow;
7
8
pub struct AdapterStore {
9
client: async_nats::Client,
0 commit comments