fix commennts in server/*/create_transactions.rs

This commit is contained in:
ayham 2021-07-17 10:34:38 +03:00
parent e675b8648f
commit 0ff12e03f8
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
1 changed files with 2 additions and 0 deletions

View File

@ -4,8 +4,10 @@ use crate::common::misc::return_flags::ReturnFlags;
/// Creates a transaction on the postgre SQL database
///
/// Takes in the transaction and a userId to insert to the database.
/// Should be used in Async contexts.
///
/// Arguments:
/// sql_conn - The SQL connection to use.
/// user_id - ID to use for the new transaction.
/// transaction - The transaction to use.
///