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 91bbf6b commit 7f306a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@ struct AIAgent {
impl AIAgent {
fn new() -> Self {
Self {
did: DID::new(),
npub: generate_npub(),
local_storage: Arc::new(Mutex::new(HashMap::new())),
npub: todo!(),
}
}

Expand Down

0 comments on commit 7f306a7

Please sign in to comment.