Delete unnecessary code

This commit is contained in:
Sik Yoon 2023-08-12 20:26:49 +09:00
parent 25b2c5ad51
commit 5ead6052e9

View File

@ -132,7 +132,6 @@ pub async fn buy_coin(
// 600_000 (600 secs = 10 mins)
{
filtered_suggested_coin_vec.push(element);
is_exist_delete_symbol = false;
} else if server_epoch - element.registered_server_epoch > 600_000 {
delete_condition.push_str("id = ");
delete_condition.push_str(element.id.to_string().as_str());