Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Update get_guild.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jay3332 authored Nov 14, 2021
1 parent 1788cb1 commit 49e83d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferrischat_webserver/src/guilds/get_guild.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub async fn get_guild(
user_id: Some(user_id),
user: Some(User {
id: user_id,
name: x.name,
name: x.name.clone(),
avatar: None,
guilds: None,
flags: UserFlags::from_bits_truncate(x.flags),
Expand Down

0 comments on commit 49e83d0

Please sign in to comment.