Delete unnecessary code
This commit is contained in:
parent
25b2c5ad51
commit
5ead6052e9
|
|
@ -132,7 +132,6 @@ pub async fn buy_coin(
|
||||||
// 600_000 (600 secs = 10 mins)
|
// 600_000 (600 secs = 10 mins)
|
||||||
{
|
{
|
||||||
filtered_suggested_coin_vec.push(element);
|
filtered_suggested_coin_vec.push(element);
|
||||||
is_exist_delete_symbol = false;
|
|
||||||
} else if server_epoch - element.registered_server_epoch > 600_000 {
|
} else if server_epoch - element.registered_server_epoch > 600_000 {
|
||||||
delete_condition.push_str("id = ");
|
delete_condition.push_str("id = ");
|
||||||
delete_condition.push_str(element.id.to_string().as_str());
|
delete_condition.push_str(element.id.to_string().as_str());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user