remove the await on tram_db call

This commit is contained in:
mbecker20
2024-03-24 02:28:02 -07:00
parent c9720c15b9
commit 475f0438f9
69 changed files with 871 additions and 413 deletions

View File

@@ -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]