Skip to content

Commit ebfe059

Browse files
author
Zoran Cvetkov
committed
fix return
1 parent 30a5e59 commit ebfe059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/components/store/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ pub trait SourceableStore: Sync + Send + 'static {
302302
entity_types: Vec<EntityType>,
303303
causality_region: CausalityRegion,
304304
block_range: Range<BlockNumber>,
305-
) -> Result<BTreeMap<BlockNumber, Vec<Entity>>, StoreError>;
305+
) -> Result<BTreeMap<BlockNumber, Vec<EntityWithType>>, StoreError>;
306306

307307
fn input_schema(&self) -> InputSchema;
308308

0 commit comments

Comments
 (0)