Fixed warning
textsender_api PR / Rustfmt (pull_request) Successful in 33s
textsender_api PR / Check (pull_request) Successful in 1m16s
textsender_api PR / Clippy (pull_request) Successful in 1m14s

This commit is contained in:
2026-06-14 18:58:53 -04:00
parent 85b2d8ae80
commit 0b971d7024
+2 -2
View File
@@ -70,7 +70,7 @@ pub mod contact {
None
}
},
phone_number: phone_number,
phone_number,
user_id: Some(user_id),
})
}
@@ -109,7 +109,7 @@ pub mod contact {
firstname: Some(firstname),
lastname: Some(lastname),
nickname: Some(nickname),
phone_number: phone_number,
phone_number,
user_id: Some(user_id),
})
}