collab: Remove unused billing-related database code (#36282)
This PR removes a bunch of unused database code related to billing, as we no longer need it. Release Notes: - N/A
This commit is contained in:
parent
bf34e185d5
commit
e664a9bc48
36 changed files with 1 additions and 1419 deletions
|
@ -565,7 +565,6 @@ impl TestServer {
|
|||
) -> Arc<AppState> {
|
||||
Arc::new(AppState {
|
||||
db: test_db.db().clone(),
|
||||
llm_db: None,
|
||||
livekit_client: Some(Arc::new(livekit_test_server.create_api_client())),
|
||||
blob_store_client: None,
|
||||
executor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue