Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover authored Apr 25, 2024
1 parent 8b0ceba commit 1fd7845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl User {
pub fn new(name: String) -> Self {
let uuid = Uuid::new_v4();
Self {
name,
name: name.clone(),
uuid,
glass: GlassModeration::default(),
sendable_user: SendableUser::new(name, uuid)
Expand Down

0 comments on commit 1fd7845

Please sign in to comment.