Skip to content

Commit

Permalink
refactor: remove event messages types
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Apr 22, 2024
1 parent 56ce17a commit d724239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torii/grpc/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use starknet_crypto::FieldElement;

use crate::proto::world::{
world_client, MetadataRequest, RetrieveEntitiesRequest, RetrieveEntitiesResponse,
SubscribeEntitiesRequest, SubscribeEntityResponse, SubscribeEventMessagesRequest,
SubscribeModelsRequest, SubscribeModelsResponse,
SubscribeEntitiesRequest, SubscribeEntityResponse, SubscribeModelsRequest,
SubscribeModelsResponse,
};
use crate::types::schema::Entity;
use crate::types::{KeysClause, Query};
Expand Down

0 comments on commit d724239

Please sign in to comment.