From 2ff976f7d913996ff0b7952154b1a5e061ea10f0 Mon Sep 17 00:00:00 2001 From: helgev Date: Sat, 25 Jan 2025 14:45:27 +0900 Subject: [PATCH] =?UTF-8?q?main=E3=82=92=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/explore/impl.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/src/explore/impl.rs b/server/src/explore/impl.rs index 8aa56bcb..eb5ffc83 100644 --- a/server/src/explore/impl.rs +++ b/server/src/explore/impl.rs @@ -12,7 +12,7 @@ use crate::{ event::{Event, ProvideEventService}, message::ProvideMessageService, prelude::IntoStatus, - speaker_phone::ProvideSpeakerPhone, + speaker_phone::ProvideSpeakerPhoneService, user::ProvideUserService, }; @@ -189,7 +189,7 @@ where Context: ProvideEventService + ProvideUserService + ProvideMessageService - + ProvideSpeakerPhone + + ProvideSpeakerPhoneService + ProvideExplorerService, { // type Error = super::error::Error; @@ -214,7 +214,7 @@ where Context: ProvideEventService + ProvideUserService + ProvideMessageService - + ProvideSpeakerPhone + + ProvideSpeakerPhoneService + ProvideExplorerService, { async_stream::try_stream! { @@ -323,7 +323,7 @@ where Context: ProvideEventService + ProvideUserService + ProvideMessageService - + ProvideSpeakerPhone + + ProvideSpeakerPhoneService + ProvideExplorerService, { ctx: &'a Context, @@ -343,7 +343,7 @@ where Context: ProvideEventService + ProvideUserService + ProvideMessageService - + ProvideSpeakerPhone + + ProvideSpeakerPhoneService + ProvideExplorerService, { let Status { @@ -466,7 +466,7 @@ where Ok(None) } } - crate::event::Event::SpkeakerPhone(speaker_phone) => { + crate::event::Event::SpeakerPhone(speaker_phone) => { if is_inside( exploration_field.position, exploration_field.size,