Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 11, 2024
1 parent 7f306a7 commit 74def32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ async fn main() {

// AI Agent with a unique DID and local storage
#[derive(Debug)]
struct AIAgent {
did: DID,
struct AIAgent2 {
npub: String,
local_storage: Arc<Mutex<HashMap<String, String>>>, // Simulated local storage
}

Expand Down

0 comments on commit 74def32

Please sign in to comment.