Skip to content

Commit

Permalink
dbgを消した
Browse files Browse the repository at this point in the history
  • Loading branch information
toru-fukaya committed Jul 26, 2023
1 parent 7c9a20c commit e0bf446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ fn get_users_conversations(
p.types = Some(&s);
}
p.user = user;
dbg!(p)
p
};
let response: UsersConversationsResponse = reqwest::blocking::Client::new()
.get("https://slack.com/api/users.conversations")
Expand Down

0 comments on commit e0bf446

Please sign in to comment.