1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 16:44:07 +02:00
This commit is contained in:
Robin Appelman 2024-11-24 20:31:08 +01:00
commit e3ca217ede

View file

@ -64,7 +64,7 @@ impl Server {
}
}
fn handle_command<'a>(&self, command: SyncCommand<'_>, sender: SocketAddr) {
fn handle_command(&self, command: SyncCommand, sender: SocketAddr) {
match &command {
SyncCommand::Create { session, token } => {
self.sessions