Skip to content

Commit

Permalink
bring trait in scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Aug 9, 2024
1 parent 9f62f65 commit ccc6b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/bin/dust_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use axum::{
routing::{delete, get, patch, post},
Router,
};

use dust::{
api_keys::validate_api_key,
app,
Expand All @@ -25,7 +26,7 @@ use dust::{
project,
providers::provider::{provider, ProviderID},
run,
search_filter::SearchFilter,
search_filter::{Filterable, SearchFilter},
secondary_api::forward_middleware,
sqlite_workers::client::{self, HEARTBEAT_INTERVAL_MS},
stores::{postgres, store},
Expand Down

0 comments on commit ccc6b67

Please sign in to comment.