Skip to content

Commit 89a800e

Browse files
committed
Fix typo
1 parent 3bc2533 commit 89a800e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "waitingway-web"
33
authors = ["Asriel Camora <asriel@camora.dev>"]
44
description = "Backend web server for Waitingway"
55
repository = "https://github.com/WorkingRobot/Waitingway"
6-
version = "2.2.12"
6+
version = "2.2.13"
77
edition = "2021"
88

99
[dependencies]

web/src/discord/commands/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pub fn create_queue_embed(
163163

164164
fn format_queue_time(estimate: &QueueEstimate, add_updated: bool) -> String {
165165
let mut result = if estimate.last_duration == 0f64 && estimate.last_size == 0 {
166-
return "Instant".to_string();
166+
"Instant".to_string()
167167
} else {
168168
format!(
169169
"Size: {}\nTime: {}",

0 commit comments

Comments
 (0)