Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 81f14ea

Browse files
committed
typo
1 parent 26c7793 commit 81f14ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/telemetry.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ impl TelemetryLogger {
9090
let mut processing = self.processing.lock().await;
9191

9292
let ratelimit_key = format!(
93-
"
94-
ratelimit::{}",
93+
"blueprint_api::ratelimit::{}",
9594
if ip.contains(':') {
9695
ip.split(':').next().unwrap()
9796
} else {

0 commit comments

Comments
 (0)