We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249d6ce commit 7a9bc66Copy full SHA for 7a9bc66
src/services.rs
@@ -147,14 +147,14 @@ async fn get_minecraft(client: Client) -> Status {
147
id: "bbb47773bb48438e806b7731b2724e84".to_string(),
148
name: "mcping_me".to_string(),
149
},
150
- MinecraftApiStatusEntry {
151
- id: "c5ff333a8ef3423babac8d0338f731d5".to_string(),
152
- name: "pawlet".to_string(),
153
- },
154
MinecraftApiStatusEntry {
155
id: "b5dcf182a943402bb75ba057a6508fed".to_string(),
156
name: "valkyrie_pilot".to_string(),
157
+ MinecraftApiStatusEntry {
+ id: "c5ff333a8ef3423babac8d0338f731d5".to_string(),
+ name: "pawlet".to_string(),
+ },
158
];
159
160
let mut data = match res.json::<Vec<MinecraftApiStatusEntry>>().await {
0 commit comments