From 683290ffaedc5fd3403143b817532eeab65bc9c0 Mon Sep 17 00:00:00 2001 From: twil3akine Date: Sun, 17 Aug 2025 00:59:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=98=E4=B8=80=E3=81=AE=E5=80=A4?= =?UTF-8?q?=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - f64で比較だったのをi32にして、13 -> 13などの閉区間に修正 --- backend/src/routing/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/routing/mod.rs b/backend/src/routing/mod.rs index 4ff14aa..3706630 100644 --- a/backend/src/routing/mod.rs +++ b/backend/src/routing/mod.rs @@ -79,7 +79,7 @@ pub async fn router(req: Request, state: Arc) -> Result