mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor: incorporate hyperswitch_interface into router (#3669)
				
					
				
			Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
This commit is contained in:
		| @ -17,8 +17,7 @@ async fn main() -> DrainerResult<()> { | ||||
|  | ||||
|     let state = settings::AppState::new(conf.clone()).await; | ||||
|  | ||||
|     let store = services::Store::new(&state.conf, false).await; | ||||
|     let store = std::sync::Arc::new(store); | ||||
|     let store = std::sync::Arc::new(services::Store::new(&state.conf, false).await); | ||||
|  | ||||
|     #[cfg(feature = "vergen")] | ||||
|     println!("Starting drainer (Version: {})", router_env::git_tag!()); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chethan Rao
					Chethan Rao