add return statement

This commit is contained in:
Reid 2023-08-28 17:31:25 -07:00
parent 6bae7ef997
commit 4358ec6483
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8

View file

@ -13,5 +13,5 @@ pub fn get_user_id_from_account_id(ext_id: i32) -> i32 {
.get_result::<i32>(connection) .get_result::<i32>(connection)
.expect("No user associated with account?!?!?"); .expect("No user associated with account?!?!?");
user_id return user_id
} }