mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-21 22:00:36 -05:00
remove the await on tram_db call
This commit is contained in:
@@ -13,7 +13,12 @@ use periphery_client::api;
|
||||
use resolver_api::Resolve;
|
||||
|
||||
use crate::{
|
||||
auth::RequestUser, helpers::{add_update, periphery_client, resource::StateResource, update_update}, state::{action_states, State},
|
||||
auth::RequestUser,
|
||||
helpers::{
|
||||
add_update, periphery_client, resource::StateResource,
|
||||
update_update,
|
||||
},
|
||||
state::{action_states, State},
|
||||
};
|
||||
|
||||
#[async_trait]
|
||||
|
||||
Reference in New Issue
Block a user