Skip to content

Commit

Permalink
Merge branch 'add-agent-info' into add-list-cell-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 29, 2024
2 parents 98eb429 + 58a7443 commit 9c260b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin_websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use holochain_zome_types::{
capability::GrantedFunctions,
prelude::{DnaDef, GrantZomeCallCapabilityPayload, Record},
};
use kitsune_p2p_types::agent_info::AgentInfoSigned;
use serde::{Deserialize, Serialize};
use std::{net::ToSocketAddrs, sync::Arc};
use tokio::task::JoinHandle;
Expand Down

0 comments on commit 9c260b8

Please sign in to comment.