Skip to content

Commit

Permalink
Removed confusing duplicate field on Slack User model (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Oct 25, 2023
1 parent 60d9583 commit 906e15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/common/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use serde_with::{serde_as, skip_serializing_none, DisplayFromStr};
pub struct SlackUser {
pub id: SlackUserId,
pub team_id: Option<SlackTeamId>,
pub teams: Option<Vec<SlackTeamId>>,
pub name: Option<String>,
pub locale: Option<SlackLocale>,
pub profile: Option<SlackUserProfile>,
Expand Down

0 comments on commit 906e15b

Please sign in to comment.