diff --git a/src/helpers/accounts.rs b/src/helpers/accounts.rs index 95d1230..2cd1b08 100644 --- a/src/helpers/accounts.rs +++ b/src/helpers/accounts.rs @@ -13,5 +13,5 @@ pub fn get_user_id_from_account_id(ext_id: i32) -> i32 { .get_result::(connection) .expect("No user associated with account?!?!?"); - user_id + return user_id } \ No newline at end of file