fix comments in server/*/create_position.rs

This commit is contained in:
ayham 2021-07-17 10:38:38 +03:00
parent 863dbad593
commit 4699c5b1e4
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 position on the postgre SQL database
///
/// Takes in the position to insert to the database.
/// Should be used in Async contexts.
///
/// Arguments:
/// sql_conn - The SQL connection to use.
/// user_id - ID to create position for.
/// position - The position to use.
///