Skip to content

Commit 0abb975

Browse files
committed
feat: changed import to code0-flow
1 parent 6bbee95 commit 0abb975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/base/src/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use async_nats::jetstream::kv::Config;
33
use futures_lite::StreamExt;
44
use prost::Message;
55
use tucana::shared::{ExecutionFlow, ValidationFlow, Value};
6-
use validator::verify_flow;
6+
use code0_flow::flow_validator::verify_flow;
77

88
pub struct AdapterStore {
99
client: async_nats::Client,

0 commit comments

Comments
 (0)