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

Commit bdfdbad

Browse files
committed
Add missing import
1 parent c83ede9 commit bdfdbad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/endpoints/hypixel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use std::{
1010
collections::{HashMap, VecDeque},
1111
fs::read_to_string,
1212
sync::Arc,
13+
time::Duration,
1314
};
1415
use tokio::sync::RwLock;
1516
use uuid::Uuid;

0 commit comments

Comments
 (0)