Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Oct 29, 2024
1 parent db451ca commit 622ae39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions relay-server/src/extractors/received_at.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ impl ReceivedAt {
pub fn now() -> Self {
Self(Utc::now())
}

/// Returns the `Instant` of this start time.
#[inline]
pub fn into_inner(self) -> DateTime<Utc> {
self.0
}
}

#[axum::async_trait]
Expand Down
1 change: 0 additions & 1 deletion relay-server/src/services/buffer/envelope_store/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use tokio::fs::DirBuilder;
use tokio::time::sleep;

use crate::envelope::EnvelopeError;
use crate::extractors::ReceivedAt;
use crate::services::buffer::common::ProjectKeyPair;
use crate::statsd::RelayGauges;
use crate::Envelope;
Expand Down
1 change: 0 additions & 1 deletion relay-server/src/services/spooler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ use tokio::fs::DirBuilder;
use tokio::sync::mpsc;

use crate::envelope::{Envelope, EnvelopeError};
use crate::extractors::ReceivedAt;
use crate::services::outcome::TrackOutcome;
use crate::services::processor::ProcessingGroup;
use crate::services::projects::cache::{ProjectCache, RefreshIndexCache, UpdateSpoolIndex};
Expand Down

0 comments on commit 622ae39

Please sign in to comment.