add return statement
This commit is contained in:
parent
6bae7ef997
commit
4358ec6483
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ pub fn get_user_id_from_account_id(ext_id: i32) -> i32 {
|
|||
.get_result::<i32>(connection)
|
||||
.expect("No user associated with account?!?!?");
|
||||
|
||||
user_id
|
||||
return user_id
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue